• Listen for messages coming from HTTP requests to the REST endpoints, performs the operations on frontend based on the request content.

    Parameters

    • setData: Dispatch<any>

      set function (returned by useState) to update the document

    • schemaPaths: {}

      object containing all schema paths with dot notation: path.to.var

      • compiledData: {}

        object containing the compiled document

        • checkFields: boolean

        Returns void

      Generated using TypeDoc