ToolUiProvider provides the Tool Settings and/or Tool Assistance UI for a tool.
The ToolUiProvider is registered for the tool id via ConfigurableUiManager.registerControl.
Extends
Extended by
- DefaultToolSettingsProvider
Implements
Methods
Inherited methods
Properties
| Name |
Type |
Description |
|
| toolSettingsNode Accessor |
React.ReactNode |
Gets the Tool Settings React node |
|
Inherited properties
| Name |
Type |
Inherited from |
Description |
| classId Accessor ReadOnly |
string |
ConfigurableBase |
Gets the class Id of configurable element |
| controlId Accessor ReadOnly |
string |
ConfigurableUiControl |
Returns the ID of this ConfigurableUiControl. |
| isReady Accessor ReadOnly |
Promise<void> |
ConfigurableUiControl |
Returns a promise that resolves when the control is ready for usage. |
| name Accessor ReadOnly |
string |
ConfigurableBase |
Get internal name of configurable element. If no name is defined in configuration then the name will match the UniqueId. |
Defined in
Last Updated:
08 January, 2020