Foo
This is a Foo class.
Extends
Constructors
new Foo()
new Foo():
Foo
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()
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