@mendix/extensions-api - v0.2.4
    Preparing search index...

    Type Alias TabInfo

    Information about a tab to be opened in Studio Pro.

    type TabInfo = {
        icon?: string;
        title: string;
    }
    Index

    Properties

    Properties

    icon?: 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.