Skip to content

CapacitorAdapter.onFileChange method

CapacitorAdapter › onFileChange

Unofficial

Handle a file change event for the given path.

Signature:

onFileChange(normalizedPath: string): void

Parameters:

Parameter Type Description
normalizedPath string The path that changed.

Returns: void