# Functions
No description provided by the author
# Constants
CREATED is when the Step has been created but hasn't started yet.
ENDED is when the Step has finished without issues.
ERROR is when the Step has failed (due to an unrecoverable error).
PAUSED is when the Step has started but its timer was stopped.
RUNNING is when the Step is currently in progress.
TERMINATED is when the Step has been manually terminated.
# Variables
No description provided by the author
# Structs
Attribute is a single piece of custom data set on a Node.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Link records a Participant linking or unlinking with a Node.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ScopedAttributesInput subscribes to attributes in matching scopes.
No description provided by the author
No description provided by the author
Step is a timed virtual space where participants can meet and share data.
No description provided by the author
A Transition records a State change.
User will store the credentials of an admin.
# Interfaces
No description provided by the author
No description provided by the author
Cursorer is a struct that has a cursor.
No description provided by the author
Node is an interface allowing simple querying of any node.
# Type aliases
ScopedAttributesInputs is a list of ScopedAttributesInput.
State of Step.