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