TabProperties

Layouts v1 API is deprecated and no longer supported as of OpenFin 16+. Please use Platform API instead.

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 title of the page, or the 'name' of the associated window object if no title is defined.