getSelectionScopes Method

Overloads
getSelectionScopes(requestOptions)  
getSelectionScopes(requestContext, requestOptions) Deprecated  

getSelectionScopes(requestOptions)

Retrieves available selection scopes.

getSelectionScopes(requestOptions: WithClientRequestContext<SelectionScopeRequestOptions<IModelDb>>): Promise<SelectionScope[]>

Parameter Type Description
requestOptions WithClientRequestContext<SelectionScopeRequestOptions<IModelDb>>  

Returns - Promise<SelectionScope[]>



getSelectionScopes(requestContext, requestOptions)

Deprecated  Use an overload with one argument

Retrieves available selection scopes.

getSelectionScopes(requestContext: ClientRequestContext, requestOptions: SelectionScopeRequestOptions<IModelDb>): Promise<SelectionScope[]>

Parameter Type Description
requestContext ClientRequestContext  
requestOptions SelectionScopeRequestOptions<IModelDb>  

Returns - Promise<SelectionScope[]>


Defined in

Last Updated: 11 June, 2024