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

    Interface WidgetComponentClipboardOptionsBeta

    interface WidgetComponentClipboardOptions {
        clipboardOffset?: Vector3;
        highlightHullColor?: RGBA;
        highlightOutlineColor?: RGBA;
        hullColor?: RGBA;
        lockToSurface?: boolean;
        mirror?: StructureMirrorAxis;
        normalizedOrigin?: Vector3;
        offset?: Vector3;
        outlineColor?: RGBA;
        rotation?: StructureRotation;
        showOutline?: boolean;
        visible?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    clipboardOffset?: Vector3
    highlightHullColor?: RGBA
    highlightOutlineColor?: RGBA
    hullColor?: RGBA
    lockToSurface?: boolean
    mirror?: StructureMirrorAxis
    normalizedOrigin?: Vector3
    offset?: Vector3
    outlineColor?: RGBA
    rotation?: StructureRotation
    showOutline?: boolean
    visible?: boolean