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.

    If specified, this should have the form of a data URI.

  • title: string

    The title of the tab.