getFilteredNodePaths Method
Retrieves paths from root nodes to nodes containing filter text in their label.
getFilteredNodePaths(requestOptions: HierarchyRequestOptions<IModelConnection>, filterText: string): Promise<NodePathElement[]>
Parameter | Type | Description |
---|---|---|
requestOptions | HierarchyRequestOptions<IModelConnection> | options for the request |
filterText | string | Text to filter nodes against. |
Returns - A promise object that returns either an array of paths on success or an error string on error.
Defined in
Last Updated: 08 January, 2020