MandateWizardProps
@mandaitor/react / MandateWizardProps
Interface: MandateWizardProps
Defined in: components/MandateWizard.d.ts:34
Properties
availableActions
availableActions:
WizardAction[]
Defined in: components/MandateWizard.d.ts:36
Available actions to select from
availableResources?
optionalavailableResources?:string[]
Defined in: components/MandateWizard.d.ts:38
Available resource patterns
className?
optionalclassName?:string
Defined in: components/MandateWizard.d.ts:52
Additional CSS class
defaultDelegate?
optionaldefaultDelegate?:Subject
Defined in: components/MandateWizard.d.ts:42
Default delegate subject
defaultResources?
optionaldefaultResources?:string[]
Defined in: components/MandateWizard.d.ts:44
Default resources
onCancel?
optionalonCancel?: () =>void
Defined in: components/MandateWizard.d.ts:48
Called when the wizard is cancelled
Returns
void
onError?
optionalonError?: (error) =>void
Defined in: components/MandateWizard.d.ts:50
Called on errors
Parameters
error
Error
Returns
void
onMandateCreated?
optionalonMandateCreated?: (mandate) =>void
Defined in: components/MandateWizard.d.ts:46
Called when a mandate is created
Parameters
mandate
Mandate
Returns
void
templates?
optionaltemplates?:WizardTemplate[]
Defined in: components/MandateWizard.d.ts:40
Optional templates for quick setup