@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
197 lines • 4.27 kB
JSON
{
"id": "ConnectApi.usertype",
"nodeType": "enum",
"name": "UserType",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "UserType",
"textToLower": "usertype",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_UserType_-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 user.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/connectAPI_enums.htm",
"values": [
{
"type": "entity.enum.value",
"text": "ChatterGuest",
"textToLower": "chatterguest",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_ChatterGuest_-1:0",
"order": 1,
"memberOrder": 1
},
{
"type": "entity.enum.value",
"text": "ChatterOnly",
"textToLower": "chatteronly",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_ChatterOnly_-1:0",
"order": 2,
"memberOrder": 2
},
{
"type": "entity.enum.value",
"text": "Guest",
"textToLower": "guest",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_Guest_-1:0",
"order": 3,
"memberOrder": 3
},
{
"type": "entity.enum.value",
"text": "Internal",
"textToLower": "internal",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_Internal_-1:0",
"order": 4,
"memberOrder": 4
},
{
"type": "entity.enum.value",
"text": "Portal",
"textToLower": "portal",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_Portal_-1:0",
"order": 5,
"memberOrder": 5
},
{
"type": "entity.enum.value",
"text": "System",
"textToLower": "system",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_System_-1:0",
"order": 6,
"memberOrder": 6
},
{
"type": "entity.enum.value",
"text": "Undefined",
"textToLower": "undefined",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_Undefined_-1:0",
"order": 7,
"memberOrder": 7
}
]
}