Search results

ButtonProps API in JavaScript Dialog API control

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.