Skip to content

ModalStepMetadata

ModalStepMetadata = { metadata?: { description?: string; primaryActionText?: string; secondaryActionText?: string; title?: string; }; }

Defined in: types/rpc/modal/generic.ts:19

Metadata that can be used to customize a modal step

optional metadata?: { description?: string; primaryActionText?: string; secondaryActionText?: string; title?: string; }

Defined in: types/rpc/modal/generic.ts:20

optional description?: string

Custom description for the step If none provided, it will use an internationalized text

optional primaryActionText?: string

Custom text for the primary action of the step If none provided, it will use an internationalized text

optional secondaryActionText?: string

Custom text for the secondary action of the step If none provided, it will use an internationalized text

optional title?: string

Custom title for the step If none provided, it will use an internationalized text