Skip to main content

Type Alias: AlertDialogResponseProps

AlertDialogResponseProps = object

Defined in: packages/react/src/jsx.ts:598

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: packages/react/src/jsx.ts:604

Visual appearance of the response button


enabled?

optional enabled: boolean

Defined in: packages/react/src/jsx.ts:606

Whether the response button is enabled


id

id: string

Defined in: packages/react/src/jsx.ts:600

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


label

label: string

Defined in: packages/react/src/jsx.ts:602

Button label text