Skip to content

Plugins.onRaw method

Plugins › onRaw

Unofficial

Handle raw file system change events for plugin config files.

Signature:

onRaw(e: unknown): void

Parameters:

Parameter Type Description
e unknown The raw file system change event.

Returns: void