Options for creating a RunningSessions item.

Hierarchy

  • IOptions

Properties

onClick: (() => void)

Type declaration

    • (): void
    • A click handler for the item. By default this is used to activate the running sessions side panel.

      Returns void

onKeyDown: ((event) => void)

Type declaration

    • (event): void
    • A key down handler for the item. By default this is used to activate the running sessions side panel.

      Parameters

      Returns void

serviceManager: ServiceManager.IManager

The application service manager.

translator?: ITranslator

The application language translator.

Generated using TypeDoc