ComponentGenerator Class
Utility methods to generate react ui from DialogRow specs
Methods
| Name | Description | |
|---|---|---|
| constructor(_uiDataProvider: UiLayoutDataProvider, _onCancel?: () => void): ComponentGenerator | ||
| getRow(row: DialogRow, rowIndex: number): React.ReactNode | ||
| getToolSettingsEntries(): ToolSettingsEntry[] | ToolSettingsEntries are used by the tool settings bar. | |
| getToolSettingsEntry(row: DialogRow, rowIndex: number): ToolSettingsEntry | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| uiDataProvider Accessor ReadOnly | UiLayoutDataProvider | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.