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

InAppMessageHeaderConfig

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

Text config for Message Header.

interface InAppMessageHeaderConfig {
Alignment: Alignment;
Header: string;
TextColor: string;
}

§Properties

§
Alignment: Alignment
[src]

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

§
TextColor: string
[src]

The text color.