Контекст операции по созданию карточки.

interface ICardNewStrategyContext {
    card: null | Card;
    cardMetadata: ICardMetadata;
    cardTypeId: string;
    mode: CardNewMode;
    sectionRows: null | StorageMap<CardRow, IStorage>;
    validationResult: null | IValidationResultBuilder;
    initCard(): void;
    initResponse(response: CardNewResponse): void;
}

Implemented by

Properties

card: null | Card
cardMetadata: ICardMetadata
cardTypeId: string
sectionRows: null | StorageMap<CardRow, IStorage>
validationResult: null | IValidationResultBuilder

Methods

  • Returns void

  • Parameters

    Returns void

MMNEPVFCICPMFPCPTTAAATR