Skip to content

BbConfirm

Prompts users to confirm or cancel critical actions (includes co-located BbConfirmPortal export).

import { BbConfirm } from 'bitboss-ui';

On this page

Props

NameTypeDefaultDescription
ptPtMap<BbConfirmPtPart, "open"> | undefined-

Passthrough, object form: the same keys as the pt:* attributes without the prefix. See the pt:<part> row.

pt:actionPtValue | undefined-
pt:action:openPtValue | undefined-
pt:closePtValue | undefined-
pt:close:openPtValue | undefined-
pt:contentPtValue | undefined-
pt:content:openPtValue | undefined-
pt:footerPtValue | undefined-
pt:footer:openPtValue | undefined-
pt:headerPtValue | undefined-
pt:header:openPtValue | undefined-
pt:rootPtValue | undefined-
pt:root:openPtValue | undefined-
pt:sheetPtValue | undefined-
pt:sheet:openPtValue | undefined-
pt:textPtValue | undefined-
pt:text:openPtValue | undefined-
pt:titlePtValue | undefined-
pt:title:openPtValue | undefined-
sizekeyof Sizes | undefined-

Default maximum width for every confirm this host renders, as one of the dialog presets ('xs''2xl'). A per-call size in the message wins. When neither is set the dialog falls back to the BbDialog default.