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

IBindingProperty Interface

When implemented, represents a data binding used to provide data for the dashboard item.

Declaration

export interface IBindingProperty

Inheritance

IBindingProperty

Properties

dataItemType Property

Specifies whether the data item type is a measure or a dimension.

Declaration

dataItemType: DataItemType

Property Value

Type Description
DataItemType

A DataItemType value that indicates whether the data item type is a measure or a dimension.

emptyPlaceholder Property

Specifies the text that is displayed when a data item container is empty.

Declaration

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

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

selectedPlaceholder?: string

Property Value

Type Description
string

A string that is displayed when an empty data item container is selected.