Skip to main content

Interface: DialogActionsProps

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

Props for the DialogActions component.

Extends

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

Properties

platform?

optional platform?: DialogActionsPlatform

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

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

Default

'ios'