DialogButtonProps interface
The properties of the DialogButton component.
Signature:
export interface DialogButtonProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
autocompleteSuggestions? | string[] | (Optional) The autocomplete suggestions to show in the dialog input. | |
buttonContent? | React.ReactNode | (Optional) The contents of the button. Usually an icon. | |
dialogInputPlaceholder | string | The placeholder text to show in the dialog input. | |
onSubmit | (value: string) => void | The callback to call when the dialog is submitted. The callback receives the value of the text input as a parameter. | |
submitButtonTitle | string | The title of the submit button. | |
tooltipTitle | string | The title to show in the tooltip of the toolbar button. |