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