V8 Javascript API

Command.Return_type Class Reference

Description

Information about what is returned by a command. Note that this is purely for documentation purposes, unlike arguments RealityServer does not enforce the specified return type. A command can freely return any data type.

Properties

String  description
Description of what information is returned.
String  type
The type of data returned.

Properties

String Command.​Return_type.description

Description of what information is returned.

String Command.​Return_type.type

The type of data returned.