Scratch.looks
"Scratch.looks": { drawableId: null | number; onSpriteRight: boolean; skinId: null | number; text: string; type: TextBubbleType;} Scratch.music
"Scratch.music": { currentInstrument: number }
Scratch.pen
"Scratch.pen": { _shade: number; brightness: number; color: number; penAttributes: PenAttributes; penDown: boolean; saturation: number; transparency: number;} Scratch.sound
"Scratch.sound": { effects: { pan: number; pitch: number } }
Scratch.videoSensing
"Scratch.videoSensing": {
motionAmount: number;
motionDirection: number;
motionFrameNumber: number;
}