Type alias: PluginFieldBuilderParams<T, M>
Ƭ PluginFieldBuilderParams<T
, M
>: Object
Type parameters
Name | Type |
---|---|
T | extends CMSType = CMSType |
M | extends Record <string , any > = any |
Type declaration
Name | Type |
---|---|
Field | React.ComponentType <FieldProps <T , any , M >> |
collection | EntityCollection <M > |
fieldConfigId | FieldConfigId |
path | string |
plugin | FireCMSPlugin |
property | Property <T > | ResolvedProperty <T > |
propertyKey | string |