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

FieldGroup

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

Object for a group of fields and associated properties.

interface FieldGroup {
fields: FieldItem[];
name?: string | null;
}

§Properties

§
fields: FieldItem[]
[src]

Represents an ordered list containing field related information.

§
name?: string | null
[src]

Name of the field group.