Skip to main content

WizardAction

@mandaitor/react


@mandaitor/react / WizardAction

Interface: WizardAction

Defined in: components/MandateWizard.d.ts:6

A selectable action in the mandate wizard, annotated with risk level and approval requirements.

Properties

description?

optional description?: string

Defined in: components/MandateWizard.d.ts:12

Description of what the action does


id

id: string

Defined in: components/MandateWizard.d.ts:8

Action ID from the taxonomy, e.g. "construction.validation.approve"


label

label: string

Defined in: components/MandateWizard.d.ts:10

Human-readable label


requiresHumanApproval?

optional requiresHumanApproval?: boolean

Defined in: components/MandateWizard.d.ts:16

Whether this action requires human approval


riskLevel

riskLevel: RiskLevel

Defined in: components/MandateWizard.d.ts:14

Risk level from the taxonomy


tags?

optional tags?: string[]

Defined in: components/MandateWizard.d.ts:18

Tags for categorization