DataAdapterEx.onFileChange method
DataAdapterEx › onFileChange
Unofficial
Handle a file change event for the given path.Signature:
onFileChange(normalizedPath: string | null): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| normalizedPath | string | null | The path that changed. |
Returns: void