method
AdminShellComponent.component
AdminShellComponent.component(
this: void,
internals: ComponentInternals,
props: AdminShellComponentProps,
): {
$on?(type: string, callback: (e: any) => void): () => void
$set?(props: Partial<AdminShellComponentProps>): void
}Public method AdminShellComponent.component from @riducms/plugin.
Related types
AdminShellComponentPropsShared extension context and shell insertion point.