ButtonProps

23 Sep 20251 minute to read

Properties

buttonModel ButtonModel

Specifies the button component properties to render the dialog buttons.

isFlat boolean

Specifies the flat appearance of the dialog buttons

Defaults to true

type ButtonType|string

Specify the type of the button.
Possible values are Button, Submit and Reset.

Defaults to ‘Button’

Events

click EmitType<Object>

Event triggers when click the dialog button.