UNPKG

@aurahelper/languages

Version:

Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more

96 lines 3.25 kB
{ "id": "Canvas.rendercontext", "nodeType": "class", "name": "interface", "namespace": "Canvas", "startToken": "RenderContext", "accessModifier": { "type": "keyword.modifier.access", "text": "global", "textToLower": "global", "isAux": false, "range": {}, "id": "keyword.modifier.access_global" }, "sharingModifier": { "type": "keyword.modifier.sharing", "text": "without sharing", "textToLower": "without sharing", "isAux": false, "range": {}, "id": "keyword.modifier.sharing_without sharing" }, "description": "A wrapper interface that is used to retrieve application and environment context information.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_interface_canvas_RenderContext.htm", "classes": {}, "interfaces": {}, "enums": {}, "methods": { "getapplicationcontext()": { "id": "Canvas.rendercontext.getapplicationcontext", "nodeType": "method", "name": "getApplicationContext", "startToken": { "type": "declaration.entity.name.function", "text": "getApplicationContext", "textToLower": "getapplicationcontext", "isAux": false, "range": {}, "id": "declaration.entity.name.function_getApplicationContext" }, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": {}, "id": "keyword.modifier.access_public" }, "signature": "public Canvas.ApplicationContext getApplicationContext()", "simplifiedSignature": "getApplicationContext()", "datatype": { "id": "Canvas.rendercontext.getapplicationcontext.Canvas.ApplicationContext", "nodeType": "datatype", "name": "Canvas.ApplicationContext", "type": "Canvas.ApplicationContext" }, "description": "Retrieves the application context information.", "params": {} }, "getenvironmentcontext()": { "id": "Canvas.rendercontext.getenvironmentcontext", "nodeType": "method", "name": "getEnvironmentContext", "startToken": { "type": "declaration.entity.name.function", "text": "getEnvironmentContext", "textToLower": "getenvironmentcontext", "isAux": false, "range": {}, "id": "declaration.entity.name.function_getEnvironmentContext" }, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": {}, "id": "keyword.modifier.access_public" }, "signature": "public Canvas.EnvironmentContext getEnvironmentContext()", "simplifiedSignature": "getEnvironmentContext()", "datatype": { "id": "Canvas.rendercontext.getenvironmentcontext.Canvas.EnvironmentContext", "nodeType": "datatype", "name": "Canvas.EnvironmentContext", "type": "Canvas.EnvironmentContext" }, "description": "Retrieves the environment context information.", "params": {} } }, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {} }