Skip to content

API Reference


API Reference / ProcessorInputMessage

Type Alias: ProcessorInputMessage

ts
type ProcessorInputMessage = {
  data: ProcessorInputEvent;
};

Defined in: core/types.ts:25

MessagePort message wrapper for processor input events

Properties

PropertyTypeDefined in
dataProcessorInputEventcore/types.ts:26

Released under the Apache License 2.0