geoview-core - v2.3.0
    Preparing search index...

    Function createGuideObject

    • Create guide object from .md file.

      Parameters

      • language: TypeDisplayLanguage

        Language to use for guide

      • assetsURL: string

        The base URL for assets

      Returns Promise<TypeGuideObject>

      A promise that resolves with the guide object, or undefined on error

      When the request exceeds the timeout duration (propagated from Fetch.fetchText())

      When the request was aborted by the caller's signal (propagated from Fetch.fetchText())

      When the response is not OK / non-2xx (propagated from Fetch.fetchText())

      When the text response is empty (propagated from Fetch.fetchText())

      When a network issue happened (propagated from Fetch.fetchText())