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

Foo

Defined in: Foo.ts:7

This is a Foo class.

new Foo(): Foo

Foo

Bar.constructor

readonly bar: "bar" = 'bar'

Defined in: Bar.ts:9

The bar property.

'bar'

Bar.bar


readonly foo: "foo" = 'foo'

Defined in: Foo.ts:12

The foo property.

'foo'

doSomething(element): string

Defined in: Bar.ts:15

This does something.

HTMLElement

string

Bar.doSomething


parseThing(thing): Thing

Defined in: Foo.ts:18

Parse a thing.

Thing

Thing

Thing