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?
optionalplatform?: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'