createComponentRef()
Home > @backstage/frontend-plugin-api
> createComponentRef
Signature:
function createComponentRef<T extends {} = {}>(options: {
id: string;
}): ComponentRef<T>;
Parameters
Parameter |
Type |
Description |
---|---|---|
options |
{ id: string; } |
ComponentRef<T>