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:

ParameterTypeDescription
name"finished"
callback() => void

Returns: EventRefThe event reference.