TabInfo: {
    icon?: string;
    title: string;
}

Information about a tab to be opened in Studio Pro.

Type declaration

  • Optionalicon?: string

    The icon to be displayed in the tab.

    It is either data URL encoded image or a path relative to the directory where extension is stored (similar to entry points).

  • title: string

    The title of the tab.