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