Skip to main content

DashboardParameterLookUpValue Interface

#Declaration

TypeScript
export interface DashboardParameterLookUpValue

#Methods

#getDisplayText Method

Gets the display text for a parameter value.

#Declaration

TypeScript
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

TypeScript
getValue(): any

#Returns

Type
any