{
  "id": "Canvas.contexttypeenum",
  "nodeType": "enum",
  "name": "ContextTypeEnum",
  "namespace": "Canvas",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "ContextTypeEnum",
    "textToLower": "contexttypeenum",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_ContextTypeEnum_-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": "Describes context data that can be excluded from canvas app context data. You specify which context types to exclude in the excludeContextTypes() method in your CanvasLifecycleHandler implementation",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_enum_canvas_ContextTypeEnum.htm",
  "values": [
    {
      "type": "entity.enum.value",
      "text": "ORGANIZATION",
      "textToLower": "organization",
      "isAux": false,
      "range": {
        "start": {
          "line": -1,
          "character": 0
        },
        "end": {
          "line": -1,
          "character": 0
        },
        "isEmpty": true,
        "isSingleLine": true
      },
      "id": "entity.enum.value_ORGANIZATION_-1:0",
      "order": 1,
      "memberOrder": 1
    },
    {
      "type": "entity.enum.value",
      "text": "RECORD_DETAIL",
      "textToLower": "record_detail",
      "isAux": false,
      "range": {
        "start": {
          "line": -1,
          "character": 0
        },
        "end": {
          "line": -1,
          "character": 0
        },
        "isEmpty": true,
        "isSingleLine": true
      },
      "id": "entity.enum.value_RECORD_DETAIL_-1:0",
      "order": 2,
      "memberOrder": 2
    },
    {
      "type": "entity.enum.value",
      "text": "USER",
      "textToLower": "user",
      "isAux": false,
      "range": {
        "start": {
          "line": -1,
          "character": 0
        },
        "end": {
          "line": -1,
          "character": 0
        },
        "isEmpty": true,
        "isSingleLine": true
      },
      "id": "entity.enum.value_USER_-1:0",
      "order": 3,
      "memberOrder": 3
    }
  ]
}