ButtonPropsModel

6 Feb 20261 minute to read

Interface for a class ButtonProps

Properties

buttonModel ButtonModel

Specifies the button component properties to render the dialog buttons.

isFlat boolean

Specifies the flat appearance of the dialog buttons

type ButtonType|string

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

Events

click EmitType<Object>

Event triggers when click the dialog button.