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

DefaultButtonConfiguration

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

Default button configuration.

interface DefaultButtonConfiguration {
BackgroundColor?: string | null;
BorderRadius?: number | null;
ButtonAction: ButtonAction;
Link?: string | null;
Text: string;
TextColor?: string | null;
}

§Properties

§
BackgroundColor?: string | null
[src]

The background color of the button.

§
BorderRadius?: number | null
[src]

The border radius of the button.

§
ButtonAction: ButtonAction
[src]

Action triggered by the button.

§
Text: string
[src]

Button text.

§
TextColor?: string | null
[src]

The text color of the button.