Skip to main content

Container

A Container facilitates the use of components within the forms.

You won't be able to place a component directly on the canvas, so you will need to either have the Container or the Section in your form to be able to use the form components.

note

You can have multiple containers in one form - stacked one after the other or within another (can be either a container or a section).

API Methods

deleteAsset

Deletes particular asset in the container

deleteAsset(assetId: string, options: { index: number; }): void

importAsset

Imports an asset at a specified path

importAsset(assetId: string, options: { bindPrefix: string; after?: string; }): void