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