method
AdminListCell.component
AdminListCell.component(
this: void,
internals: ComponentInternals,
props: AdminListCellProps,
): {
$on?(type: string, callback: (e: any) => void): () => void
$set?(props: Partial<AdminListCellProps>): void
}Public method AdminListCell.component from @riducms/plugin.
Related types
AdminListCellPropsManifest context, document, and value for a custom list cell.