Skip to content

Plugin._onConfigFileChange method

Plugin › _onConfigFileChange

Unofficial

Internal handler invoked when the plugin's config file changes on disk.

Signature:

_onConfigFileChange(): Promise<void>

Returns: Promise<void>A promise that resolves when the config file change is handled. To extract the constructor type, use ExtractConstructor<Plugin>.