interface
AdminDocumentView
interface AdminDocumentView { ... }A read-only or operational view rendered beside Edit and API.
Source packages/plugin/src/index.ts:63
keystring- The key value.
labelstring- The label value.
labelKey`plugin.${string}:${string}`- The labelKey value.
collectionstring- Omit to show the view for every collection and global.
componentComponent<AdminDocumentExtensionProps, {}, string>- The component value.
Methods
AdminDocumentView.component()Public method AdminDocumentView.component from @riducms/plugin.