Script API - v1.26.30.28
    Preparing search index...

    Interface IntroductionPaneTabProps

    Properties for introduction pane tab.

    interface IntroductionPaneTabProps {
        contentHeader?: LocalizedString;
        contentImage?: string;
        icon?: string;
        id: string;
        label: LocalizedString;
    }
    Index

    Properties

    contentHeader?: LocalizedString

    Optional header for the tab content

    contentImage?: string

    Optional image for the tab content

    icon?: string

    Icon for the tab

    id: string

    Unique identifier for the tab

    Localized title of the tab