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

    Interface ISubPaneHeaderItemBeta

    Common base for the dynamic widgets of a sub pane header.

    interface ISubPaneHeaderItem {
        enable: boolean;
        id: string;
        paneId: string;
        typeName: PropertyItemType;
        visible: boolean;
        setTooltip(tooltip: BasicTooltipContent | undefined): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    enable: boolean

    If the item is enabled in the UI.

    id: string

    Unique ID for the property item.

    paneId: string

    The parent pane id.

    The type name of the target property.

    visible: boolean

    If the item should be visible in the UI.

    Methods

    • Beta

      Parameters

      Returns void

      Updates the tooltip of the header item.