Static image constructor interface

Hierarchy

  • MEUIStaticImageConstructor

Constructors

Constructors

  • Creates a new static image

    Parameters

    • url: string

      The URL of the image to display.

    • Optional width: number

      The width of the image. If not set, it will use 'auto'

    • Optional height: number

      The height of the image. If not set, it will use 'auto'

    Returns MEUIStaticImage

    A new static image.

Generated using TypeDoc