Skip to main content

Interface: DialogActionsProps

Defined in: composites/Dialog/Dialog.tsx:459

Props for the DialogActions component.

Extends

  • Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className">

Indexable

[key: string]: HTMLAttributes<HTMLDivElement>

[key: number]: HTMLAttributes<HTMLDivElement>

[key: symbol]: HTMLAttributes<HTMLDivElement>

Properties

platform?

optional platform?: DialogActionsPlatform

Defined in: composites/Dialog/Dialog.tsx:470

Platform convention for ordering action children by their composition prop. Children without a composition keep their source order after the ranked ones.

Default

'ios'