ComponentRef
Home > @backstage/frontend-plugin-api
> ComponentRef
Signature:
export type ComponentRef<T extends {} = {}> = {
id: string;
T: T;
};
Home > @backstage/frontend-plugin-api
> ComponentRef
Signature:
export type ComponentRef<T extends {} = {}> = {
id: string;
T: T;
};