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
| Parameter | Type |
|---|---|
options | any |
Returns
Form
Methods
inputToObject()
inputToObject(formattedValue): object;
Parameters
| Parameter | Type |
|---|---|
formattedValue | any |
Returns
object
Properties
fields
fields: any;
title
title: string;