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

Use this library to interact with the registry of Skuid Data Source Types (formerly known as “Model Service Adapters”)


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.


Adapter()

Constructor for Adapter

Functions

skuid.adapter.get()

Returns Data Source Type registered under a given name

skuid.adapter.getAdapter()

Returns Data Source Type registered under a given name

skuid.adapter.getAll()

Returns array of all Data Source Types

skuid.adapter.map()

Registry of Data Source Types by name