Skip to main content

Type Alias: DialogActionsPlatform

DialogActionsPlatform = "ios" | "windows"

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

Platform convention for action-button ordering inside DialogActions.

  • ios (macOS / iOS / Web default) — cancel (dismissAction) on the left, confirm (primaryAction) on the right. Matches Apple HIG and most web design systems.
  • windows — confirm (primaryAction) on the left, cancel (dismissAction) on the right. Matches the Windows/Fluent convention.