Vertex Viewer SDK
    Preparing search index...

    Interface SelectItemOptions

    A set of options to configure selection behavior.

    interface SelectItemOptions {
        append?: boolean;
        range?: boolean;
        recurseParent?: boolean;
        suppliedCorrelationId?: string;
    }

    Hierarchy

    • ViewerSelectItemOptions
      • SelectItemOptions
    Index
    append?: boolean
    range?: boolean
    recurseParent?: boolean

    Specifies that the next deselected ancestor node should be selected.

    suppliedCorrelationId?: string