ToolAssistanceFieldProps Interface
Properties of ToolAssistanceField component.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| cursorPromptTimeout | number | Cursor prompt timeout period. | |
| defaultPromptAtCursor | boolean | Indicates whether to show promptAtCursor by default. | |
| fadeOutCursorPrompt | boolean | Fade out the cursor prompt when closed. | |
| includePromptAtCursor | boolean | Indicates whether to include promptAtCursor Checkbox. | |
| promptAtContent | boolean | undefined | When set to true will show prompt at cursor only when the content area is hovered. |
|
| uiStateStorage | UiStateStorage | undefined | Optional parameter for persistent UI settings. |
Inherited properties
| Name | Type | Inherited from | Description |
|---|---|---|---|
| className Inherited | string | undefined | CommonProps | Custom CSS class name |
| itemId Inherited | string | undefined | CommonProps | Optional unique identifier for item. |
| style Inherited | React.CSSProperties | undefined | CommonProps | Custom CSS style properties |
Defined in
Last Updated: 14 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.