ComponentEntry
ComponentEntry =
object
Defined in: packages/core/src/fields/baseTypes.ts:45
Opaque runtime shape stored in the field config for a custom component.
Created via a framework-specific factory (e.g. fieldComponent() in @vex/react).
Properties
Section titled “Properties”component
Section titled “component”component: (
props) =>unknown
Defined in: packages/core/src/fields/baseTypes.ts:47
Parameters
Section titled “Parameters”any
Returns
Section titled “Returns”unknown
props:
Record<string,unknown>
Defined in: packages/core/src/fields/baseTypes.ts:48