sdk.form.namedfield
Home > @matterway/sdk > Form > NamedField
Form.NamedField type
Signature:
export type NamedField = FieldSchema & {
name: string;
};
References: FieldSchema
Home > @matterway/sdk > Form > NamedField
Signature:
export type NamedField = FieldSchema & {
name: string;
};
References: FieldSchema