Type Definitions
-
options
-
Type:
- Object
- Source:
Properties:
Name Type Argument Default Description connectObject Properties
Name Type Argument Default Description urlstring <optional>
"ws://localhost:8080/ws" Crossbar "url" to connect to.
realmstring <optional>
"realm1" Crossbar "realm" for the "url".
publishObject <optional>
{} See publish options
subscribeObject <optional>
{} callObject <optional>
{} See call options
registerObject <optional>
{} See register options
-
RPC
-
Type:
- Object
- Source:
Properties:
Name Type Description namestring The name of the RPC.
funcfunction The function to execute.