Skip to content

Foo

This is a Foo class.

Extends

Constructors

new Foo()

new Foo(): Foo

Returns

Foo

Inherited from

Bar.constructor

Properties

bar

readonly bar: "bar" = 'bar'

The bar property.

Default

'bar'

Inherited from

Bar.bar

Source

Bar.ts:9


foo

readonly foo: "foo" = 'foo'

The foo property.

Default

'foo'

Source

Foo.ts:12

Methods

doSomething()

Alpha

doSomething(element): string

This does something.

Parameters

element: HTMLElement

Returns

string

Inherited from

Bar.doSomething

Source

Bar.ts:15


parseThing()

parseThing(thing): Thing

Parse a thing.

Parameters

thing: Thing

Returns

Thing

See

Thing

Source

Foo.ts:18