Note

All code samples below refer to the skuid object.

In the v2 API, this object is not directly accessible when working within a browser console—or when referring to another Skuid page runtime.

If you are experiencing issues, use the skuid.runtime API to target the appropriate page context.

skuid.collaboration


Good news, everyone!

We are currently writing more material for our Javascript API. All of the objects and functions you see below are part of Skuid’s public API, even if they aren’t fully documented yet. Feel free to experiment while we write about them—and check back later for updates.


skuid.collaboration.destroyAll()

This function turns off the Composer’s page collaboration functionality in the current window. Because the collaboration framework makes continuous network calls, disabling this feature temporarily be can be very useful for debugging data source issues. It has no effect at runtime.