Options
All
  • Public
  • Public/Protected
  • All
Menu

Classes should contain (a link to) a minimal working example

// Example
const ES = ExampleSpace.ExampleClass()
ES.publicNumber = 1234

Hierarchy

  • ExampleClass

Index

Constructors

constructor

Properties

Private #privateString

#privateString: string = "private text"

publicNumber

publicNumber: number = 1234

Accessors

parentElement

  • get parentElement(): HTMLElement

parentId

  • set parentId(parentId: string): void

Methods

Private #delay

  • #delay(milliseconds: number): Promise<void>

printAsync

  • printAsync(elements: string[]): Promise<void>

Generated using TypeDoc