Skip to content

DataAdapterEx.onFileChange method

DataAdapterEx › onFileChange

Unofficial

Handle a file change event for the given path.

Signature:

onFileChange(normalizedPath: string | null): void

Parameters:

Parameter Type Description
normalizedPath string | null The path that changed.

Returns: void