Crate perspective_js

Source
Expand description
The examples in this module are in JavaScript. See perspective docs for the Rust API.

Macros§

apierror

Structs§

Client
An instance of a Client is a connection to a single perspective_server::Server, whether locally in-memory or remote over some transport like a WebSocket.
JsDeleteOptions
JsOnUpdateOptions
JsTableInitData
JsUpdateOptions
JsViewConfig
JsViewWindow
Table
View
The View struct is Perspective’s query and serialization interface. It represents a query on the Table’s dataset and is always created from an existing Table instance via the Table::view method.