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

LayoutContent

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

Object to store union of different versions of layout content.

interface LayoutContent {
basic?: BasicLayout | null;
}

§Properties

§
basic?: BasicLayout | null
[src]

Content specific to BasicLayout type. It configures fields in the top panel and More Info tab of Cases user interface.