Options
All
  • Public
  • Public/Protected
  • All
Menu

Class UnitBase<T>

Base class for all units (and aliases).

Type parameters

Hierarchy

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

Protected constructor

Properties

Readonly attributes

attributes: UnitAttributes

Private Optional id_

id_: undefined | string

Readonly key

key: T

Readonly Abstract name

name: string

Readonly names

names: string[] = []

Optional Readonly symbol

symbol: undefined | string

Private Optional tex_

tex_: undefined | string

Accessors

html

  • get html(): Element & ViewOf<this>

id

  • get id(): string

tex

  • get tex(): string

Methods

toHtml

toString

  • toString(): string

toTex

Generated using TypeDoc