Vertex Viewer SDK
    Preparing search index...

    Interface FilterTreeOptions

    A set of options to configure tree filtering behavior.

    interface FilterTreeOptions {
        columns?: string[];
        exactMatch?: boolean;
        includeCollapsed?: boolean;
        removeHiddenItems?: boolean;
    }
    Index
    columns?: string[]

    The metadata keys to filter the tree on.

    exactMatch?: boolean

    Indicates if the filter should be an exact match with the results.

    includeCollapsed?: boolean

    Indicates if the filter should include nodes that within collapsed parent nodes.

    removeHiddenItems?: boolean

    Indicates whether the metadata search should remove hidden items from the results.