EditJsonSyncParams.editFunction method
EditJsonSyncParams › editFunction
The function to edit the parsed JSON data.Signature:
editFunction(this: void, data: T): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| this | void | |
| data | T | The parsed JSON data to edit. |
Returns: void