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

    Interface WidgetComponentGizmoOptionsBeta

    interface WidgetComponentGizmoOptions {
        axes?: Axis;
        enablePlanes?: boolean;
        lockToSurface?: boolean;
        offset?: Vector3;
        stateChangeEvent?: (arg0: WidgetComponentStateChangeEventData) => void;
        visible?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    axes?: Axis
    enablePlanes?: boolean
    lockToSurface?: boolean
    offset?: Vector3
    stateChangeEvent?: (arg0: WidgetComponentStateChangeEventData) => void
    visible?: boolean