interface
CustomFormField
interface CustomFormField { ... }A project-owned input block whose renderer and type-specific validation remain application-owned.
Source packages/plugin-form-builder/src/index.ts:15
blockTypestring- The blockType value.
_keystring- The _key value.
namestring- The name value.
labelstring- The label value.
requiredboolean- The required value.
widthnumber- The width value.