Skip to main content

WizardTemplate

@mandaitor/react


@mandaitor/react / WizardTemplate

Interface: WizardTemplate

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

A reusable starting point for the wizard: pre-selected actions, resources, and suggested constraints.

Properties

actions

actions: string[]

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

Pre-selected actions


description

description: string

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

Description


id

id: string

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

Template identifier


name

name: string

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

Display name


resources?

optional resources?: string[]

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

Pre-selected resources


suggestedConstraints?

optional suggestedConstraints?: object

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

Suggested constraints

maxDurationDays?

optional maxDurationDays?: number

requireMfa?

optional requireMfa?: boolean