Foo
This is a Foo class.
Extends
Constructors
new Foo()
new Foo():
Foo
Returns
Inherited from
Properties
bar
readonly
bar:"bar"
='bar'
The bar property.
Default
Inherited from
Source
Bar.ts:9
foo
readonly
foo:"foo"
='foo'
The foo property.
Default
Source
Foo.ts:12
Methods
doSomething()
Alpha
doSomething(
element
):string
This does something.
Parameters
• element: HTMLElement
Returns
string
Inherited from
Source
Bar.ts:15
parseThing()
parseThing(
thing
):Thing
Parse a thing.
Parameters
• thing: Thing
Returns
See
Source
Foo.ts:18