FIMViz.jsAPI
    Preparing search index...

    Function createInfoWindow

    • A dismissible info window positioned at the pointer.

      Parameters

      • Optionalfim: FimMap | { root?: Element }
      • Optionalopts: { style?: any } = {}

      Returns {
          close: () => void;
          destroy: () => void;
          el: Element;
          open: (evt: any, html: string | Node) => void;
      }