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
- forEach(
callbackfn: (
value: MIDIOutput,
key: string,
parent: MIDIOutputMap,
) => void,
thisArg?: any,
): void Parameters
- callbackfn: (value: MIDIOutput, key: string, parent: MIDIOutputMap) => void
Optional
thisArg: any
Returns void