computeSelection Method

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

computeSelection(_token, _options, _ids, _scopeId)

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>



computeSelection(_token, _options)

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

Parameter Type Description
_token IModelRpcProps  
_options  

Returns - PresentationRpcResponse<KeySetJSON>


Defined in

Last Updated: 11 June, 2024