@vuu-ui/vuu-data-remote
TypeScript icon, indicating that this package has built-in type declarations

0.8.93 • Public • Published

vuu-data

This package allows a web application to consume data from a VUU server instance.

RPC calls

There are two flavours of RPC call, 'direct' RPC calls and 'menu' RPC calls.

This package supports both, direct RPC calls are made via the ConnectionManager - the useRpcService hook can be used from a React component. Menu RPC calls always pertain to a specific viewport and are made via the DataSource.

Currently there are two direct Rpc requests, both provided by the TYPEAHEAD module , the two methods are:

  • getUniqueFieldValues
  • getUniqueFieldValuesStartingWith

There are two menu Rpc requests, provided by the CORE module. The rpcNames are

  • ADD_ROWS_TO_ORDERS
  • SET_SPEED_MED | SET_SPEED_SLOW | SET_SPEED_FAST

Readme

Keywords

none

Package Sidebar

Install

npm i @vuu-ui/vuu-data-remote

Weekly Downloads

379

Version

0.8.93

License

Apache-2.0

Unpacked Size

667 kB

Total Files

55

Last publish

Collaborators

  • heswell