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

StaticImageDeactivateScheduleActionSettings

import type { StaticImageDeactivateScheduleActionSettings } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

Settings for the action to deactivate the image in a specific layer.

interface StaticImageDeactivateScheduleActionSettings {
FadeOut?: number | null;
Layer?: number | null;
}

§Properties

§
FadeOut?: number | null
[src]

The time in milliseconds for the image to fade out. Default is 0 (no fade-out).

§
Layer?: number | null
[src]

The image overlay layer to deactivate, 0 to 7. Default is 0.