Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CampaignInAppMessage

import type { CampaignInAppMessage } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

In-app message configuration.

interface CampaignInAppMessage {
Body?: string | null;
Content?: InAppMessageContent[] | null;
CustomConfig?: {
[key: string]: string | null | undefined;
}
| null;
Layout?: Layout | null;
}

§Properties

§
Body?: string | null
[src]

The message body of the notification, the email body or the text message.

§
Content?: InAppMessageContent[] | null
[src]

In-app message content.

§
CustomConfig?: {
[key: string]: string | null | undefined;
}
| null
[src]

Custom config to be sent to client.

§
Layout?: Layout | null
[src]

In-app message layout.