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