Expand description
The examples in this module are in JavaScript. See
perspective
docs for the Rust API.
Macros§
Structs§
- Client
- An instance of a
Client
is a connection to a singleperspective_server::Server
, whether locally in-memory or remote over some transport like a WebSocket. - JsDelete
Options - JsOn
Update Options - JsTable
Init Data - JsUpdate
Options - JsView
Config - JsView
Window - Table
- View
- The
View
struct is Perspective’s query and serialization interface. It represents a query on theTable
’s dataset and is always created from an existingTable
instance via theTable::view
method.