Function getIcon

  • Get an icon as an <img> tag.

    Available icons:

    Parameters

    • iconType: "load" | "check" | "cross" | "cancel"

      The type of the icon.

    Returns HTMLImageElement

    Always an HTMLImageElement. If an invalid value is passed to iconType, returns an <img> tag without a src attribute (which shows no image).

Generated using TypeDoc