ng-forgeng-forge
What is Dynamic Forms? Installation
Material Design PREVIEW Bootstrap PREVIEW PrimeNG PREVIEW Ionic PREVIEW
Field Types Validation Conditional Logic Type Safety Form Submission Internationalization (i18n) Event Bus
Form Rows Form Groups Form Arrays Form Pages Text Components
User Registration Form Contact Form Login Form Paginated Form (Multi-Step) Conditional Logic Showcase
Expression Parser Security Configuration Custom Integrations
API Reference
dynamic-forms / Function

isLeafField

Type guard to check if a field is a leaf field (value or display field) Leaf fields don't have children and either contribute values or display content

Presentation

function isLeafField(field: RegisteredFieldTypes): boolean;

Returns

boolean

Parameters

NameTypeDescription
field
RegisteredFieldTypes
  • Presentation
  • Returns
  • Parameters