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