UNPKG

@aurahelper/languages

Version:

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

411 lines 11.1 kB
{ "id": "Metadata.subtabcomponents", "nodeType": "class", "name": "SubtabComponents", "namespace": "Metadata", "startToken": { "type": "declaration.entity.name.class", "text": "SubtabComponents", "textToLower": "subtabcomponents", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_SubtabComponents_-1:0" }, "order": 0, "memberOrder": 0, "accessModifier": { "type": "keyword.modifier.access", "text": "global", "textToLower": "global", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_global_-1:0" }, "sharingModifier": { "type": "keyword.modifier.sharing", "text": "without sharing", "textToLower": "without sharing", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.sharing_without sharing_-1:0" }, "description": "Represents custom console components on subtabs in the Salesforce console.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_Metadata_SubtabComponents.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": { "component": { "id": "Metadata.subtabcomponents.method.list<metadata.consolecomponent> component{get;set;}", "nodeType": "property", "name": "component", "startToken": { "type": "declaration.entity.name.property", "text": "component", "textToLower": "component", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.property_component_-1:0" }, "parentId": "Metadata.subtabcomponents", "order": 1, "memberOrder": 1, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public List<Metadata.ConsoleComponent> component { get; set; }", "simplifiedSignature": "List<Metadata.ConsoleComponent> component{get;set;}", "datatype": { "id": ".datatype.List<Metadata.ConsoleComponent>", "nodeType": "datatype", "name": "List<Metadata.ConsoleComponent>", "startToken": { "type": "datatype.collection", "text": "List", "textToLower": "list", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_List_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "List", "value": { "id": ".datatype.List<Metadata.ConsoleComponent>.value.Metadata.ConsoleComponent", "nodeType": "datatype", "name": "Metadata.ConsoleComponent", "startToken": { "type": "datatype.support.namespace", "text": "Metadata", "textToLower": "metadata", "isAux": false, "range": { "start": { "line": 0, "character": 12 }, "end": { "line": 0, "character": 20 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Metadata_0:12" }, "order": 0, "memberOrder": 0, "type": "Metadata.ConsoleComponent" } }, "parentName": "SubtabComponents", "getter": { "id": ".getter.get", "nodeType": "getter", "name": "get", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] }, "setter": { "id": ".getter.set", "nodeType": "setter", "name": "set", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] } }, "containers": { "id": "Metadata.subtabcomponents.method.list<metadata.container> containers{get;set;}", "nodeType": "property", "name": "containers", "startToken": { "type": "declaration.entity.name.property", "text": "containers", "textToLower": "containers", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.property_containers_-1:0" }, "parentId": "Metadata.subtabcomponents", "order": 2, "memberOrder": 2, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public List<Metadata.Container> containers { get; set; }", "simplifiedSignature": "List<Metadata.Container> containers{get;set;}", "datatype": { "id": ".datatype.List<Metadata.Container>", "nodeType": "datatype", "name": "List<Metadata.Container>", "startToken": { "type": "datatype.collection", "text": "List", "textToLower": "list", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 11 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_List_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "List", "value": { "id": ".datatype.List<Metadata.Container>.value.Metadata.Container", "nodeType": "datatype", "name": "Metadata.Container", "startToken": { "type": "datatype.support.namespace", "text": "Metadata", "textToLower": "metadata", "isAux": false, "range": { "start": { "line": 0, "character": 12 }, "end": { "line": 0, "character": 20 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Metadata_0:12" }, "order": 0, "memberOrder": 0, "type": "Metadata.Container" } }, "parentName": "SubtabComponents", "getter": { "id": ".getter.get", "nodeType": "getter", "name": "get", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] }, "setter": { "id": ".getter.set", "nodeType": "setter", "name": "set", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] } } }, "methods": { "clone()": { "id": "Metadata.subtabcomponents.method.clone()", "nodeType": "method", "name": "clone", "startToken": { "type": "declaration.entity.name.function", "text": "clone", "textToLower": "clone", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_clone_-1:0" }, "parentId": "Metadata.subtabcomponents", "order": 1, "memberOrder": 3, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public Object clone()", "overrideSignature": "public override Object clone()", "simplifiedSignature": "clone()", "datatype": { "id": "Metadata.subtabcomponents.clone.datatype.Object", "nodeType": "datatype", "name": "Object", "startToken": { "type": "datatype.primitive", "text": "Object", "textToLower": "object", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Object_0:7" }, "parentId": "Metadata.subtabcomponents.clone", "order": 0, "memberOrder": 0, "type": "Object" }, "description": "Makes a duplicate copy of the Metadata.SubtabComponents.", "parentName": "SubtabComponents", "variables": {}, "params": {}, "queries": [], "exceptions": [] } }, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 3, "queries": [] }