ModalStepMetadata
Ce contenu n’est pas encore disponible dans votre langue.
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
Properties
Section titled “Properties”metadata?
Section titled “metadata?”
optionalmetadata?: {description?:string;primaryActionText?:string;secondaryActionText?:string;title?:string; }
Defined in: types/rpc/modal/generic.ts:20
description?
Section titled “description?”
optionaldescription?:string
Custom description for the step If none provided, it will use an internationalized text
primaryActionText?
Section titled “primaryActionText?”
optionalprimaryActionText?:string
Custom text for the primary action of the step If none provided, it will use an internationalized text
secondaryActionText?
Section titled “secondaryActionText?”
optionalsecondaryActionText?:string
Custom text for the secondary action of the step If none provided, it will use an internationalized text
title?
Section titled “title?”
optionaltitle?:string
Custom title for the step If none provided, it will use an internationalized text