IBindingProperty Interface
When implemented, represents a data binding used to provide data for the dashboard item.
#Declaration
TypeScript
export interface IBindingProperty
#Inheritance
IBindingProperty
#Properties
#dataItemType Property
Specifies whether the data item type is a measure or a dimension.
#Declaration
TypeScript
dataItemType: DataItemType
#Property Value
Type | Description |
---|---|
Data |
A Data |
#emptyPlaceholder Property
Specifies the text that is displayed when a data item container is empty.
#Declaration
TypeScript
emptyPlaceholder: string
#Property Value
Type | Description |
---|---|
string | A string that is displayed when a data item container is empty. |
#propertyName Property
Specifies a unique name that defines a data item.
#Declaration
TypeScript
propertyName: string
#Property Value
Type | Description |
---|---|
string | A string that is a unique name that defines a data item. |
#selectedPlaceholder Property
Specifies the text that is displayed when an empty data item container is selected.
#Declaration
TypeScript
selectedPlaceholder?: string
#Property Value
Type | Description |
---|---|
string | A string that is displayed when an empty data item container is selected. |