Skip to main content

Introducing Workflow Engine, try for FREE workflowengine.io.

Interface: IFormJsonBuilder

Interface for building a form JSON.

Extended by

Methods

component()

component(key, type): IComponentBuilder

Adds a component to the form.

Parameters

key: string

the unique identifier of the component.

type: string

the type of the component.

Returns

IComponentBuilder

the component builder for further configuration.


json()

json(): string

Serializes the current state of the form into a JSON string.

Returns

string

JSON representation of the form.

Stay in the know
Quickly Build Drag-and-Drop Forms
Star us on GitHub