Edit this page

[Library Name] Library Reference

[High level description of the library and its purpose]

[Interfaces/Classes]

[Interface/Class]

[Description of purpose]

Constructor

Copy
Copied
new [className](
    [type] [parameter],
    . . .
)

Properties

[propertyName]

Type: [type] [Explain how this value is used by the class/interface]

Methods

[methodName]
Copy
Copied
[return type] [class].[method](
    [type] [parameterName],
    . . .
)

[changes this state] and/or [returns this value].

Functions

[functionName]

Copy
Copied
[return type] [function](
    [type] [parameterName],
    . . .
)

[changes this state] and/or [returns this value].