Interface IActionBarItem

Registered item handle in the Action Bar collection.

Hierarchy

  • IActionBarItem

Properties

getEnabled: (() => boolean)

Type declaration

    • (): boolean
    • Returns boolean

      Remarks

      Returns the current enabled state of the item.

id: string

Remarks

Unique identifier of the item.

label: string

Remarks

Text label of the item.

setEnabled: ((enabled) => void)

Type declaration

    • (enabled): void
    • Parameters

      • enabled: boolean

      Returns void

      Remarks

      Modify enabled state of the item.