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

LayoutSections

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

Ordered list containing different kinds of sections that can be added. A LayoutSections object can only contain one section.

interface LayoutSections {
sections?: Section[] | null;
}

§Properties

§
sections?: Section[] | null
[src]