Constructor
new Sheet(context)
Constructs a sheet
Parameters:
| Name | Type | Description |
|---|---|---|
context |
object | a context object |
Methods
activate()
Activates this sheet. Pre-connection invocations are peformed, then
connections are established and post-connection invocations are finally
performed.
deactivate()
Deactivates this sheet. Connections are removed and then cleanup invocations
are performed.
import(object)
Imports a structure object describing the content of a sheet.
Parameters:
| Name | Type | Description |
|---|---|---|
object |
object | structured object describing sheet's content. |
.js