@minecraft/server-editor
    Preparing search index...

    Interface IRootPropertyPaneHeaderActionBeta

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

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

    Properties

    Properties

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