Skip to main content

Type Alias: AlertDialogResponseProps

AlertDialogResponseProps = object

Defined in: jsx.ts:338

Props for response buttons in an AdwAlertDialog.

Each response represents a button the user can click to dismiss the dialog.

See

x.AlertDialogResponse for usage

Properties

appearance?

optional appearance: Adw.ResponseAppearance

Defined in: jsx.ts:344

Visual appearance of the response button


enabled?

optional enabled: boolean

Defined in: jsx.ts:346

Whether the response button is enabled


id

id: string

Defined in: jsx.ts:340

Unique response ID (used in response signal and for default/close response)


label

label: string

Defined in: jsx.ts:342

Button label text