Type Alias: InputStateData
type InputStateData = {
input_operation: InputOperation;
input_data?: Uint8Array;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/InputStateCommand.d.ts:5
Properties
input_operation
input_operation: InputOperation;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/InputStateCommand.d.ts:6
input_data?
optional input_data: Uint8Array;
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/commands/InputStateCommand.d.ts:7