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

    Interface WidgetCreateOptionsBeta

    interface WidgetCreateOptions {
        bindPositionToBlockCursor?: boolean;
        collisionOffset?: Vector3;
        collisionRadius?: number;
        lockToSurface?: boolean;
        selectable?: boolean;
        snapToBlockLocation?: boolean;
        stateChangeEvent?: (arg0: WidgetStateChangeEventData) => void;
        visible?: boolean;
        widgetName?: string;
        worldBoundsMax?: Vector3;
        worldBoundsMin?: Vector3;
    }
    Index

    Properties

    bindPositionToBlockCursor?: boolean
    collisionOffset?: Vector3
    collisionRadius?: number
    lockToSurface?: boolean
    selectable?: boolean
    snapToBlockLocation?: boolean
    stateChangeEvent?: (arg0: WidgetStateChangeEventData) => void
    visible?: boolean
    widgetName?: string
    worldBoundsMax?: Vector3
    worldBoundsMin?: Vector3