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

    Interface WidgetComponentEntityOptionsBeta

    interface WidgetComponentEntityOptions {
        deselectedAnimation?: string;
        isClickable?: boolean;
        lockToSurface?: boolean;
        offset?: Vector3;
        selectedAnimation?: string;
        visible?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    deselectedAnimation?: string
    isClickable?: boolean
    lockToSurface?: boolean
    offset?: Vector3
    selectedAnimation?: string
    visible?: boolean