[ { "namespace": "stylesheet", "description": "Basic access to StyleSheetService", "functions": [ { "name": "load", "type": "function", "description": "Loads stylesheet", "async": true, "parameters": [ { "name": "uri", "type": "string" }, { "name": "type", "type": "string" } ] }, { "name": "unload", "type": "function", "description": "Unloads stylesheet", "async": true, "parameters": [ { "name": "uri", "type": "string" }, { "name": "type", "type": "string" } ] }, { "name": "isLoaded", "type": "function", "description": "Returns whether sheet is loaded", "async": true, "parameters": [ { "name": "uri", "type": "string" }, { "name": "type", "type": "string" } ] } ] } ]