Bar
This is a Bar class.
Extended by
Constructors
new Bar()
new Bar():
Bar
Returns
Properties
bar
readonly
bar:"bar"
='bar'
The bar property.
Default
Source
Bar.ts:9
Methods
doSomething()
Alpha
doSomething(
element
):string
This does something.
Parameters
• element: HTMLElement
Returns
string
Source
Bar.ts:15