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.

Extends

Constructors

Constructor

new Foo(): Foo

Returns

Foo

Inherited from

Bar.constructor

Properties

bar

readonly bar: "bar" = 'bar'

Defined in: Bar.ts:9

The bar property.

Default

'bar'

Inherited from

Bar.bar


foo

readonly foo: "foo" = 'foo'

Defined in: Foo.ts:12

The foo property.

Default

'foo'

Methods

doSomething()

doSomething(element): string

Defined in: Bar.ts:15

This does something.

Parameters

element

HTMLElement

Returns

string

Inherited from

Bar.doSomething


parseThing()

parseThing(thing): Thing

Defined in: Foo.ts:18

Parse a thing.

Parameters

thing

Thing

Returns

Thing

See

Thing