Web Viewer - v0.24.0-alpha.1+dev
    Preparing search index...

    Type Alias EntityItem

    Selected an entity, or an instance of an entity.

    If the entity was selected within a view, then this also includes the view's name.

    If the entity was selected within a 2D or 3D space view, then this also includes the position.

    type EntityItem = {
        entity_path: string;
        instance_id?: number;
        position?: [number, number, number];
        type: "entity";
        view_name?: string;
    }
    Index

    Properties

    entity_path: string
    instance_id?: number
    position?: [number, number, number]
    type: "entity"
    view_name?: string