FIMViz.jsAPI
    Preparing search index...

    Function mount

    • mount(target, options) — the public entry point; an alias for create(). With a registered runtime it boots the full widget; otherwise it boots a bare map (see the note above _runtime). Single-document composition (Path B via dom.js scoping); the abandoned iframe isolate path (Path A) was removed.

      Parameters

      • target: string | Element
      • Optionaloptions: any = {}

      Returns Promise<FimMap> & {
          off: (evt: string, fn: Function) => any;
          on: (evt: string, fn: Function) => any;
      }