Interface MIDIInputMap
interface MIDIInputMap {
forEach(callbackfn: ((value: MIDIInput, key: string, parent: MIDIInputMap) => void), thisArg?: any): void;
}
forEach(callbackfn: ((value: MIDIInput, key: string, parent: MIDIInputMap) => void), thisArg?: any): void;
}
Index
Methods
Methods
forEach
- for
Each (callbackfn, thisArg?): void Parameters
- callbackfn: ((value: MIDIInput, key: string, parent: MIDIInputMap) => void)
- (value, key, parent): void
Parameters
- value: MIDIInput
- key: string
- parent: MIDIInputMap
Returns void
Optional
thisArg: any
Returns void
- callbackfn: ((value: MIDIInput, key: string, parent: MIDIInputMap) => void)