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

    Interface WidgetComponentClipboardOptionsBeta

    interface WidgetComponentClipboardOptions {
        boundsFillColor?: RGBA;
        boundsOutlineColor?: RGBA;
        clipboardMirror?: StructureMirrorAxis;
        clipboardNormalizedOrigin?: Vector3;
        clipboardOffset?: Vector3;
        clipboardRotation?: StructureRotation;
        lockToSurface?: boolean;
        offset?: Vector3;
        showBounds?: boolean;
        stateChangeEvent?: (arg0: WidgetComponentStateChangeEventData) => void;
        visible?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    boundsFillColor?: RGBA
    boundsOutlineColor?: RGBA
    clipboardMirror?: StructureMirrorAxis
    clipboardNormalizedOrigin?: Vector3
    clipboardOffset?: Vector3
    clipboardRotation?: StructureRotation
    lockToSurface?: boolean
    offset?: Vector3
    showBounds?: boolean
    stateChangeEvent?: (arg0: WidgetComponentStateChangeEventData) => void
    visible?: boolean