Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 602 Bytes

zotero-plugin-toolkit.uitool.elementcache.md

File metadata and controls

22 lines (12 loc) · 602 Bytes

Home > zotero-plugin-toolkit > UITool > elementCache

UITool.elementCache property

Store elements created with this instance

Signature:

protected elementCache: WeakRef<Element>[];

Remarks

> What is this for?

In bootstrap plugins, elements must be manually maintained and removed on exiting.

This API does this for you.