ARCS logo.js Augmented Reality Component System

Class: Sheet

ARCS. 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.

new Sheet(context)

Constructs a sheet
Parameters:
Name Type Description
context object a context object
Source:

Methods

activate()

Activates this sheet. Pre-connection invocations are peformed, then connections are established and post-connection invocations are finally performed.
Source:

deactivate()

Deactivates this sheet. Connections are removed and then cleanup invocations are performed.
Source:

import(object)

Imports a structure object describing the content of a sheet.
Parameters:
Name Type Description
object object structured object describing sheet's content.
Source: