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

FieldOption

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

Object for field Options information.

interface FieldOption {
active: boolean;
name: string;
value: string;
}

§Properties

§
active: boolean
[src]

Describes whether the FieldOption is active (displayed) or inactive.

§
name: string
[src]

FieldOptionName has max length 100 and disallows trailing spaces.

§
value: string
[src]

FieldOptionValue has max length 100 and must be alphanumeric with hyphens and underscores.