Type

FieldScope

@ng-forge/dynamic-forms

Semantic grouping of interchangeable field UI alternatives.

Used by tooling (e.g., openapi-generator) to discover which field types can substitute for each other. A field with scope 'boolean' means it's one of several ways to render a boolean value (checkbox, toggle, etc.).

Signature

type FieldScope = 'boolean' | 'single-select' | 'multi-select' | 'text-input' | 'numeric' | 'date';

Properties

NameTypeDescription
"boolean" literal-
"single-select" literal-
"multi-select" literal-
"text-input" literal-
"numeric" literal-
"date" literal-