Get Events
This layer loads a frameset from ARDI event data.
Parameters
| Name | Default | Meaning |
|---|---|---|
| source | ARDI event source | |
| trim | false | If true, trims excess times to fit all events in the frame |
Description
This function loads a set of frames, each of which represents an event from the ARDI server.
The events will all be from the source named by the source parameter.
This layer may cause frame looping.
Example
{ "type": "get_event", "source": "shifts" }
The layer above will read a list of all of the shifts that overlapped with the current frame.