PluginFieldBuilderParams
@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
Type Parameters
Section titled “Type Parameters”M extends Record<string, any> = any
EC extends EntityCollection<M> = EntityCollection<M>
Properties
Section titled “Properties”collection?
Section titled “collection?”
optionalcollection:EC
Defined in: types/plugins.tsx:251
Field:
React.ComponentType<FieldProps<T,any,M>>
Defined in: types/plugins.tsx:248
fieldConfigId
Section titled “fieldConfigId”fieldConfigId:
string
Defined in: types/plugins.tsx:245
optionalpath:string
Defined in: types/plugins.tsx:250
plugin
Section titled “plugin”plugin:
FireCMSPlugin
Defined in: types/plugins.tsx:249
property
Section titled “property”property:
Property<T> |ResolvedProperty<T>
Defined in: types/plugins.tsx:247
propertyKey
Section titled “propertyKey”propertyKey:
string
Defined in: types/plugins.tsx:246