Skip to content
This is a demo of the Starlight TypeDoc plugin — Back to the documentation.

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'

Defined in

Bar.ts:9

Methods

doSomething()

doSomething(element): string

This does something.

Parameters

element: HTMLElement

Returns

string

Defined in

Bar.ts:15