Foo
This is a Foo class.
Extends
Constructors
new Foo()
new Foo():
Foo
Inherited from
Properties
bar
readonlybar:"bar"='bar'
The bar property.
Default
'bar'Inherited from
Source
Bar.ts:9
foo
readonlyfoo:"foo"='foo'
The foo property.
Default
'foo'Source
Foo.ts:12
Methods
doSomething()
doSomething(
element):string
This does something.
Parameters
▪ element: HTMLElement
Inherited from
Source
Bar.ts:15
parseThing()
parseThing(
thing):Thing
Parameters
▪ thing: Thing
Source
Foo.ts:14
Generated using typedoc-plugin-markdown and TypeDoc