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

BasicLayout

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

Content specific to BasicLayout type. It configures fields in the top panel and More Info tab of agent application.

interface BasicLayout {
moreInfo?: LayoutSections | null;
topPanel?: LayoutSections | null;
}

§Properties

§
moreInfo?: LayoutSections | null
[src]

This represents sections in a tab of the page layout.

§
topPanel?: LayoutSections | null
[src]

This represents sections in a panel of the page layout.