Skip to main content

Class: Form

Class containing parameters of a Form. Used for filters on the front-end. Create forms by using FormBuilder

Constructors

Constructor

new Form(options): Form;

Parameters

ParameterType
optionsany

Returns

Form

Methods

inputToObject()

inputToObject(formattedValue): object;

Parameters

ParameterType
formattedValueany

Returns

object

Properties

fields

fields: any;

title

title: string;