Skip to main content
A newer version of this page is available. .

DashboardParameter Interface

A dashboard parameter.

Declaration

export interface DashboardParameter

Methods

getDefaultValue Method

Declaration

getDefaultValue(): PrimitiveType | Array<PrimitiveType>

Returns

Type
PrimitiveType
Array<PrimitiveType>

getDescription Method

Declaration

getDescription(): string

Returns

Type
string

getLookUpValues Method

Declaration

getLookUpValues(): Array<DashboardParameterLookUpValue>

Returns

Type
Array<DashboardParameterLookUpValue>

getName Method

Declaration

getName(): string

Returns

Type
string

getType Method

Declaration

getType(): string

Returns

Type
string

getValue Method

Declaration

getValue(): PrimitiveType | Array<PrimitiveType>

Returns

Type
PrimitiveType
Array<PrimitiveType>

setValue(value) Method

Declaration

setValue(
    value: PrimitiveType | Array<PrimitiveType>
): any

Parameters

Name Type
value PrimitiveType | Array<PrimitiveType>

Returns

Type
any