@minecraft
    正在准备搜索索引...

    接口 IntroductionPaneTabProps

    Properties for introduction pane tab.

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

    属性

    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