A Markup is similar with an inline HTML tag that might be added to text to modify its meaning and/or display. Examples of types of markup that could be added are bold ('b'), italic ('i'), strikethrough ('s'), and a tags (links).

Property

Hierarchy

  • Markup

Constructors

Properties

attributes: { [key: string]: string }

Type declaration

  • [key: string]: string
tagName: string
type: string = MARKUP_TYPE

Methods

  • Returns the attribute value

    Parameters

    • name: string

    Returns string

Generated using TypeDoc