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

    Interface IActionBarItemCreationParamsBeta

    Properties required to create an Action Bar item.

    interface IActionBarItemCreationParams {
        enabled?: boolean;
        icon: string;
        iconAnimation?: ImageAnimationData;
        label: string;
        tooltipDescription?: string;
        tooltipTitle?: string;
    }
    Index

    Properties

    enabled?: boolean

    Initial enabled state of the item. If not defined, default is true.

    icon: string

    Icon resource for the item.

    iconAnimation?: ImageAnimationData

    Animation data for sprite sheet icon image

    label: string

    Text label for item.

    tooltipDescription?: string

    Tooltip description for the item.

    tooltipTitle?: string

    Tooltip title for the item.