Interface: DialogActionsProps
Defined in: composites/Dialog/Dialog.tsx:457
Props for the DialogActions component.
Extends
Omit<React.HTMLAttributes<HTMLDivElement>,"style"|"className">
Properties
platform?
optionalplatform?: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'