import ContainerComponent from 'formiojs/src/components/container/Container.js'ContainerComponent
Extends:
src/components/_classes/nesteddata/NestedDataComponent.js~NestedDataComponent → ContainerComponent
Static Member Summary
| Static Public Members | ||
| public static get |
builderInfo: {"title": string, "icon": string, "group": string, "documentation": string, "weight": number, "schema": *} |
|
Static Method Summary
| Static Public Methods | ||
| public static |
schema(extend: ...*): * |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
dataValue: * |
|
| public get |
|
|
| public get |
emptyValue: {} |
|
| public get |
|
|
| public |
|
|
Method Summary
| Public Methods | ||
| public |
addComponents(data: *, options: *): * |
|
| public |
checkData(data: *, flags: *, row: *, components: *): * |
|
| public |
componentContext(): * |
|
| public |
setValue(value: *, flags: {}): * |
|
Static Public Members
Static Public Methods
public static schema(extend: ...*): * source
Params:
| Name | Type | Attribute | Description |
| extend | ...* |
Return:
| * |
Public Constructors
public constructor() source
Public Members
public dataValue: * source
public get defaultSchema: * source
public get emptyValue: {} source
Public Methods
public addComponents(data: *, options: *): * source
Params:
| Name | Type | Attribute | Description |
| data | * | ||
| options | * |
Return:
| * |
public checkData(data: *, flags: *, row: *, components: *): * source
Params:
| Name | Type | Attribute | Description |
| data | * | ||
| flags | * | ||
| row | * | ||
| components | * |
Return:
| * |
public setValue(value: *, flags: {}): * source
Params:
| Name | Type | Attribute | Description |
| value | * | ||
| flags | {} |
|
Return:
| * |
