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

    接口 IIntroductionPane

    A root pane that can store property items.

    interface IIntroductionPane {
        id: string;
        visible: boolean;
        addTab(props: IntroductionPaneTabProps): IPropertyPane;
        hide(): void;
        show(): void;
    }

    层级 (查看层级一览)

    索引

    属性

    方法

    属性

    id: string

    Unique identifier for the pane.

    visible: boolean

    Check visibility of the pane

    方法