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

    Interface ISubPaneHeaderColorOptionsBeta

    Header-local options for a color picker in a sub pane header.

    interface ISubPaneHeaderColorOptions {
        narrationLabel?: LocalizedString;
        tooltip?: LocalizedString;
    }
    Index

    Properties

    narrationLabel?: LocalizedString

    Optional narration label.

    tooltip?: LocalizedString

    Optional tooltip.