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

LayoutConfiguration

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

Object to store configuration of layouts associated to the template.

interface LayoutConfiguration {
defaultLayout?: string | null;
}

§Properties

§
defaultLayout?: string | null
[src]

Unique identifier of a layout.