Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Span(name: string, value: string, columns: number, rows: number): Span
  • Parameters

    • name: string

      the name for this property

    • value: string

      the value for this property

    • columns: number

      the amount of columns to span

    • rows: number

      the amount of rows to span

    Returns Span

Properties

columns

columns: number

name

name: string

rows

rows: number

value

value: unknown

Methods

asDict

  • asDict(): {}

availableTags

  • availableTags(): Set<string>

Generated using TypeDoc