computeSelection Method

Overloads
computeSelection(_token, _options)  
computeSelection(_token, _options, _ids, _scopeId) Deprecated  

computeSelection(_token, _options)

computeSelection(_token: IModelRpcProps, _options: ComputeSelectionRpcRequestOptions): PresentationRpcResponse<KeySetJSON>

Parameter Type Description
_token IModelRpcProps  
_options ComputeSelectionRpcRequestOptions  

Returns - PresentationRpcResponse<KeySetJSON>



computeSelection(_token, _options, _ids, _scopeId)

Deprecated  in 3.x. Use the override with ComputeSelectionRpcRequestOptions.

computeSelection(_token: IModelRpcProps, _options: SelectionScopeRpcRequestOptions, _ids: string[], _scopeId: string): PresentationRpcResponse<KeySetJSON>

Parameter Type Description
_token IModelRpcProps  
_options SelectionScopeRpcRequestOptions  
_ids string[]  
_scopeId string  

Returns - PresentationRpcResponse<KeySetJSON>


Defined in

Last Updated: 16 April, 2024