SelectionScopeField Function

SelectionScopeField React component. This component is designed to be specified in a status bar definition. It will display the active selection scope from UiFramework.getActiveSelectionScope(), and display the stored list of scopes from UiFramework.getAvailableSelectionScopes() to allow the user to change the active selection scope, using UiFramework.setActiveSelectionScope(). This React component is Redux connected.

SelectionScopeField(props: CommonProps): | ReactElement<any, string | JSXElementConstructor<any>>

Parameter Type Description
props CommonProps  

Returns - | ReactElement<any, string | JSXElementConstructor<any>>

Defined in

Last Updated: 05 April, 2024