···112112 },
113113 "volume": {
114114 "title": "Volume",
115115- "description": "Set the volume of all audio, or a specific audio node.",
115115+ "description": "Set the volume of all audio and the default value, or a specific audio node.",
116116 "params_schema": {
117117 "type": "object",
118118 "properties": {
+1
src/pages/engine/audio/types.d.ts
···11export interface State {
22 items: Record<string, AudioState>;
33+ volume: { default: number };
34}
4556export interface Audio {