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

    接口 IRootPropertyPaneHeaderAction

    Represents the data to display an action button on a root property pane header.

    interface IRootPropertyPaneHeaderAction {
        action?: () => void;
        icon: string;
        tooltip?: LocalizedString;
    }
    索引

    属性

    action?: () => void
    icon: string
    tooltip?: LocalizedString