DashboardParameterLookUpValue Interface
Declaration
export interface DashboardParameterLookUpValue
Methods
getDisplayText Method
Gets the display text for a parameter value.
Declaration
getDisplayText(): string
Returns
Type | Description |
---|---|
string | A string value that is the display text for a parameter value. |
Remarks
The getDisplayText method returns the value from the data field specified in displayMemberName. If the displayMemberName is not specified, the getDisplayText method returns the parameter value.
getValue Method
Declaration
getValue(): any
Returns
Type |
---|
any |