Body, Mind & Soul — API Reference
    Preparing search index...

    Function _renderConfirmResolve

    • 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.

      Parameters

      • spec: object
      • Optionalopts: { requestId?: string } = {}

      Returns Promise<boolean>