Submit/Cancel confirmation prompt, used to surface an action's resolution
in the target user's prompt stack when the action has no interactive
iterators of its own (allInCombat, alliesInCombat, enemiesInCombat, etc.).
Uses the floating .bms-tile-picker style so it sits alongside other
in-progress prompts without forcing modal focus — matches the target
picker / close burst style.
Spec fields:
actionName : string — label displayed in the picker
iteratorLabel : string — describes the auto-targeted set
Resolves to true on submit. Throws BmsPromptAbort on cancel.
Submit/Cancel confirmation prompt, used to surface an action's resolution in the target user's prompt stack when the action has no interactive iterators of its own (allInCombat, alliesInCombat, enemiesInCombat, etc.).
Uses the floating
.bms-tile-pickerstyle so it sits alongside other in-progress prompts without forcing modal focus — matches the target picker / close burst style.Spec fields: actionName : string — label displayed in the picker iteratorLabel : string — describes the auto-targeted set
Resolves to
trueon submit. Throws BmsPromptAbort on cancel.