expat-wasm
    Preparing search index...

    Type Alias ReadEntity

    ReadEntity: (base: string, systemId: string, publicId?: string) => EntityInfo

    Type declaration

      • (base: string, systemId: string, publicId?: string): EntityInfo
      • Parameters

        • base: string

          Base URL to compute entity URL from

        • systemId: string

          URL pieces relative to base

        • OptionalpublicId: string

          For special local processing, like caching.

        Returns EntityInfo