@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
191 lines • 5.27 kB
JSON
{
"id": "ConnectApi.actionlinktemplatebindinginput",
"nodeType": "class",
"name": "ActionLinkTemplateBindingInput",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "ActionLinkTemplateBindingInput",
"textToLower": "actionlinktemplatebindinginput",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_ActionLinkTemplateBindingInput_-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": "A key-value pair to fill in a binding variable value from an action link template.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_input_action_link_template_binding.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"key": {
"id": "ConnectApi.actionlinktemplatebindinginput.key",
"nodeType": "variable",
"name": "key",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "key",
"textToLower": "key",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_key_-1:0"
},
"order": 1,
"memberOrder": 1,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public String key",
"simplifiedSignature": "String key",
"datatype": {
"id": "ConnectApi.actionlinktemplatebindinginput.key.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "The name of the binding variable key specified in the action link template in Setup. For example, if the binding variable in the template is {!Binding.firstName}, the key is firstName",
"parentName": "ActionLinkTemplateBindingInput"
},
"value": {
"id": "ConnectApi.actionlinktemplatebindinginput.value",
"nodeType": "variable",
"name": "value",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "value",
"textToLower": "value",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_value_-1:0"
},
"order": 2,
"memberOrder": 2,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_public_-1:0"
},
"signature": "public String value",
"simplifiedSignature": "String value",
"datatype": {
"id": "ConnectApi.actionlinktemplatebindinginput.value.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "The value of the binding variable key. For example, if the key is firstName, this value could be Joan.",
"parentName": "ActionLinkTemplateBindingInput"
}
},
"methods": {},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 2,
"queries": []
}