@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
303 lines • 8.08 kB
JSON
{
"id": "ConnectApi.contentimagefiledetails",
"nodeType": "class",
"name": "ContentImageFileDetails",
"namespace": "ConnectApi",
"startToken": {
"type": "declaration.entity.name.class",
"text": "ContentImageFileDetails",
"textToLower": "contentimagefiledetails",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_ContentImageFileDetails_-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": "Image file details.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_image_file_detail.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {
"height": {
"id": "ConnectApi.contentimagefiledetails.height",
"nodeType": "variable",
"name": "height",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "height",
"textToLower": "height",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_height_-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 Integer height",
"simplifiedSignature": "Integer height",
"datatype": {
"id": "ConnectApi.contentimagefiledetails.height.integer",
"nodeType": "datatype",
"name": "Integer",
"order": 0,
"memberOrder": 0
},
"description": "Image’s height in pixels.",
"parentName": "ContentImageFileDetails"
},
"imageformat": {
"id": "ConnectApi.contentimagefiledetails.imageformat",
"nodeType": "variable",
"name": "imageFormat",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "imageFormat",
"textToLower": "imageformat",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_imageFormat_-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 imageFormat",
"simplifiedSignature": "String imageFormat",
"datatype": {
"id": "ConnectApi.contentimagefiledetails.imageformat.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Image’s format.",
"parentName": "ContentImageFileDetails"
},
"orientation": {
"id": "ConnectApi.contentimagefiledetails.orientation",
"nodeType": "variable",
"name": "orientation",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "orientation",
"textToLower": "orientation",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_orientation_-1:0"
},
"order": 3,
"memberOrder": 3,
"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 orientation",
"simplifiedSignature": "String orientation",
"datatype": {
"id": "ConnectApi.contentimagefiledetails.orientation.string",
"nodeType": "datatype",
"name": "String",
"order": 0,
"memberOrder": 0
},
"description": "Image’s EXIF orientation value, if present.",
"parentName": "ContentImageFileDetails"
},
"width": {
"id": "ConnectApi.contentimagefiledetails.width",
"nodeType": "variable",
"name": "width",
"startToken": {
"type": "declaration.entity.name.variable",
"text": "width",
"textToLower": "width",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.variable_width_-1:0"
},
"order": 4,
"memberOrder": 4,
"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 Integer width",
"simplifiedSignature": "Integer width",
"datatype": {
"id": "ConnectApi.contentimagefiledetails.width.integer",
"nodeType": "datatype",
"name": "Integer",
"order": 0,
"memberOrder": 0
},
"description": "Image’s width in pixels.",
"parentName": "ContentImageFileDetails"
}
},
"methods": {},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 4,
"queries": []
}