ButtonPropsModel
Interface representing the button settings for the dialog.
Properties
buttonModel ButtonModel
Specifies the button model properties.
Default: null
click EmitType<Object>
Event callback that is raised when the button is clicked.
Default: null
isFlat Boolean
Specifies whether the button should have a flat appearance.
Default: true
type ButtonType String
Specifies the type of the button such as button, submit or reset.
Default: Button