Home > zotero-plugin-toolkit > UITool > elementCache
Store elements created with this instance
Signature:
protected elementCache: WeakRef<Element>[];
> What is this for?
In bootstrap plugins, elements must be manually maintained and removed on exiting.
This API does this for you.