ARCS logo.js Augmented Reality Component System

Class: Sheet

Sheet

A Sheet is an operationnal configuration in an application. It contains many things: multiple sets of ARCS.Invocation performed at different times and a set of ARCS.Connection. Sheets have two high level operations: activation and deactivation.

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.