A running item.

Hierarchy

  • IRunningItem

Properties

children?: IRunningItem[]

Optional child nodes that belong to a top-level running item.

className?: string

Optional CSS class name to add to the running item.

context?: string

Optional context hint to add to the data-context attribute of an item.

detail?: (() => string)

Type declaration

    • (): string
    • Called to determine the detail attribute, which is shown optionally in a column after the label.

      Returns string

icon: (() => string | LabIcon)

Type declaration

    • (): string | LabIcon
    • The LabIcon to use as the icon for the running item or the string src URL.

      Returns string | LabIcon

label: (() => string)

Type declaration

    • (): string
    • Called to determine the label for each item.

      Returns string

labelTitle?: (() => string)

Type declaration

    • (): string
    • Called to determine the title attribute for each item, which is revealed on hover.

      Returns string

open?: (() => void)

Type declaration

    • (): void
    • Called when the running item is clicked.

      Returns void

shutdown?: (() => void)

Type declaration

    • (): void
    • Called when the shutdown button is pressed on a particular item.

      Returns void

Generated using TypeDoc