DialogButtonProps interface

The properties of the DialogButton component.

Signature:

export interface DialogButtonProps 

Properties

PropertyModifiersTypeDescription
autocompleteSuggestions?string[](Optional) The autocomplete suggestions to show in the dialog input.
buttonContent?React.ReactNode(Optional) The contents of the button. Usually an icon.
dialogInputPlaceholderstringThe placeholder text to show in the dialog input.
onSubmit(value: string) => voidThe callback to call when the dialog is submitted. The callback receives the value of the text input as a parameter.
submitButtonTitlestringThe title of the submit button.
tooltipTitlestringThe title to show in the tooltip of the toolbar button.