LoadHierarchyCallback: ((err, entity?) => any)

Type declaration

    • (err, entity?): any
    • Parameters

      • err: string | null

        The error message in the case where the loading or parsing fails.

      • Optional entity: Entity

        The loaded root entity if no errors were encountered.

      Returns any