ICustomItemBindingValue Interface
When implemented, represents a data binding.
Declaration
export interface ICustomItemBindingValue
Properties
displayName Property
Gets a string that contains a binding name.
Declaration
displayName: () => string
Property Value
Type | Description |
---|---|
() => string | A string that contains a binding name. |
uniqueName Property
Gets a string that contains a unique binding name.
Declaration
uniqueName: () => string
Property Value
Type | Description |
---|---|
() => string | A string that contains a unique binding name. |