Skip to main content

ICustomItemBindingValue Interface

When implemented, represents a data binding.

#Declaration

TypeScript
export interface ICustomItemBindingValue

#Properties

#displayName Property

Gets a string that contains a binding name.

#Declaration

TypeScript
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

TypeScript
uniqueName: () => string

#Property Value

Type Description
() => string

A string that contains a unique binding name.