Skip to content

MetadataCache.on('finished') method

MetadataCache › on(‘finished’)

Unofficial

Called whenever the metadatacache has finished updating.

Signature:

on(name: "finished", callback: () => void): EventRef

Parameters:

Parameter Type Description
name "finished"
callback () => void

Returns: EventRefThe event reference.