Skip to content

Bar

This is a Bar class.

Extended by

Constructors

new Bar()

new Bar(): Bar

Returns

Bar

Properties

bar

readonly bar: "bar" = 'bar'

The bar property.

Default

'bar'

Source

Bar.ts:9

Methods

doSomething()

Alpha

doSomething(element): string

This does something.

Parameters

element: HTMLElement

Returns

string

Source

Bar.ts:15