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

    Interface IRootPropertyPaneOptionsBeta

    The options to create a root pane.

    interface IRootPropertyPaneOptions {
        headerAction?: IRootPropertyPaneHeaderAction;
        infoTooltip?: TooltipInteractiveContent;
        title?: LocalizedString;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Optional action button to be displayed on the header.

    Optional information tooltip for the pane to be displayed on the header.

    Localized title of the property pane