ElementCollection.getElements()
Home > @backstage/core-plugin-api
> ElementCollection
> getElements
Returns all of the elements currently selected by this collection.
Signature:
getElements<Props extends {
[name: string]: unknown;
}>(): Array<ReactElement<Props>>;
Returns:
Array<ReactElement<Props>>