Skip to content

PluginFieldBuilderParams

@firecms/core


@firecms/core / PluginFieldBuilderParams

Type Alias: PluginFieldBuilderParams<T, M, EC>

Section titled “Type Alias: PluginFieldBuilderParams<T, M, EC>”

PluginFieldBuilderParams<T, M, EC> = object

Defined in: types/plugins.tsx:244

T extends CMSType = CMSType

M extends Record<string, any> = any

EC extends EntityCollection<M> = EntityCollection<M>

optional collection: EC

Defined in: types/plugins.tsx:251


Field: React.ComponentType<FieldProps<T, any, M>>

Defined in: types/plugins.tsx:248


fieldConfigId: string

Defined in: types/plugins.tsx:245


optional path: string

Defined in: types/plugins.tsx:250


plugin: FireCMSPlugin

Defined in: types/plugins.tsx:249


property: Property<T> | ResolvedProperty<T>

Defined in: types/plugins.tsx:247


propertyKey: string

Defined in: types/plugins.tsx:246