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

Section

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

This represents a sections within a panel or tab of the page layout.

interface Section {
fieldGroup?: FieldGroup | null;
}

§Properties

§
fieldGroup?: FieldGroup | null
[src]

Consists of a group of fields and associated properties.