TreeSnapshot:
Filter:
NodeSnapshot/Classes (extension) | Server

TreeSnapshot
ExtensionExtension

A snapshot of the state of the node tree on a server.

Description

TreeSnapshot is a snapshot of the node tree running on a server, at a single point in time. Snapshots can be generated using the *get method.

Class Methods

.get

Arguments:

action

A function to be executed when the TreeShapshot has been build. Snapshot is passed as the first argument.

node

(Optional) A group on the server to query. This useful to build a snapshot of only a subsection of the node tree.

Examples