Title constructor interface

Hierarchy

  • MEUITitleConstructor

Constructors

Constructors

  • Creates a new title

    Parameters

    • text: string

      The text of the title.

    • Optional isSubtitle: boolean

      Optional boolean to set the title as a sub title. Defaults to false.

    • Optional titleSize: number

      Optional integer value between 1 and 8 for the title size. Defaults to 3 for normal titles and 5 for sub titles.

    Returns MEUITitle

Generated using TypeDoc