Hierarchy

  • GfjLoader

Constructors

Properties

Methods

Constructors

Properties

onResolveUrl: null | ((pUrl: string) => string)

Methods

  • Load gfj from url. Returns an array of loaded nodes.

    Parameters

    • pUrl: string

      The gfj url.

    • pRootBasketId: null | string
    • pBasketItems: null | BasketItem[]

      List of basket items (main article + sub articles) which belong to this gfj. (gfj should contain only one root object)

    • Optional pContainer: DocumentContainer

      Optional container. If not null the gfj url should be a path to a file inside the container.

    Returns Promise<null | TransformNode[]>

Generated using TypeDoc