Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TabProperties

Represents the state of a tab within a tabstrip.

These properties will be passed to the tabstrip whenever a tab is added. Tabstrips can also update these properties at any time, and the service will persist these changes (See updateTabProperties).

Hierarchy

  • TabProperties

Index

Properties

Properties

icon

icon: string

URL to an icon image that will be displayed within the tab widget.

title

title: string

Tab title - the text that is shown on the tab widget so that a user can identify the contents of that tab.

This will be initialised to the 'name' of the associated window object.