sdk.form.isgroup
Home > @matterway/sdk > Form > isGroup
Form.isGroup() function
Signature:
export declare function isGroup(field: FieldSchema): field is GroupSchema;
Parameters
Parameter | Type | Description |
---|---|---|
field | FieldSchema |
Returns:
field is GroupSchema