interface
AdminListCell
interface AdminListCell { ... }A renderer for one exact collection and field pair.
Source packages/plugin/src/index.ts:65
keystring- The key value.
collectionstring- The collection value.
fieldstring- The field value.
labelstring- The label value.
labelKey`plugin.${string}:${string}`- The labelKey value.
componentComponent<AdminListCellProps, {}, string>- The component value.
Methods
AdminListCell.component()Public method AdminListCell.component from @riducms/plugin.