Vertex Viewer SDK
    Preparing search index...

    Type Alias AsObject

    type AsObject = {
        columnsList: string[];
        depth: number;
        endItem: boolean;
        expanded: boolean;
        filterHit: boolean;
        hasGeometry: boolean;
        id?: core_protos_uuid_pb.Uuid.AsObject;
        isLeaf: boolean;
        name: string;
        partiallyVisible: boolean;
        phantom: boolean;
        selected: boolean;
        suppliedId?: google_protobuf_wrappers_pb.StringValue.AsObject;
        visible: boolean;
    }
    Index

    Properties

    columnsList: string[]
    depth: number
    endItem: boolean
    expanded: boolean
    filterHit: boolean
    hasGeometry: boolean
    id?: core_protos_uuid_pb.Uuid.AsObject
    isLeaf: boolean
    name: string
    partiallyVisible: boolean
    phantom: boolean
    selected: boolean
    suppliedId?: google_protobuf_wrappers_pb.StringValue.AsObject
    visible: boolean