@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
71 lines • 1.62 kB
JSON
{
"id": "ConnectApi.nbatargettype",
"nodeType": "enum",
"name": "NBATargetType",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "NBATargetType",
"textToLower": "nbatargettype",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_NBATargetType_-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"
},
"description": "Type of target.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/connectAPI_enums.htm",
"values": [
{
"type": "entity.enum.value",
"text": "Recommendation",
"textToLower": "recommendation",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_Recommendation_-1:0",
"order": 1,
"memberOrder": 1
}
]
}