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

InAppMessageBodyConfig

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

Text config for Message Body.

interface InAppMessageBodyConfig {
Alignment: Alignment;
Body: string;
TextColor: string;
}

§Properties

§
Alignment: Alignment
[src]

The alignment of the text. Valid values: LEFT, CENTER, RIGHT.

§
Body: string
[src]

Message Body.

§
TextColor: string
[src]

The text color.