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
| Property | Type | Defined in |
|---|---|---|
data | ProcessorInputEvent | core/types.ts:26 |