Data structure representing the content of the email.

Constructors

Properties

flexAreas?: {
    [key: string]: any;
}
plainTextVersion?: string
smartFields?: {
    [key: string]: any;
}
styleSettings?: PublicEmailStyleSettings
templatePath?: string
themeSettingsValues?: {
    [key: string]: any;
}
widgetContainers?: {
    [key: string]: any;
}
widgets?: {
    [key: string]: any;
}
attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined
mapping: undefined | {
    [index: string]: string;
} = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]