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

    类型别名 PropertyPaneVisibilityUpdate

    Callback to execute when a visibility of a property pane is updated.

    type PropertyPaneVisibilityUpdate = {
        isVisible: boolean;
    }
    索引

    属性

    属性

    isVisible: boolean