MetadataCache.on('finished') method
MetadataCache › on(‘finished’)
Unofficial
Called whenever the metadatacache has finished updating.Signature:
on(name: "finished", callback: () => void): EventRefParameters:
| Parameter | Type | Description |
|---|---|---|
| name | "finished" | |
| callback | () => void |
Returns: EventRef — The event reference.