@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
134 lines • 3.1 kB
JSON
{
"id": "Metadata.layoutsectionstyle",
"nodeType": "enum",
"name": "LayoutSectionStyle",
"namespace": "Metadata",
"startToken": {
"type": "declaration.entity.name.class",
"text": "LayoutSectionStyle",
"textToLower": "layoutsectionstyle",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_LayoutSectionStyle_-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 the possible styles for a layout section.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_enum_Metadata_LayoutSectionStyle.htm",
"values": [
{
"type": "entity.enum.value",
"text": "CustomLinks",
"textToLower": "customlinks",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_CustomLinks_-1:0",
"order": 1,
"memberOrder": 1
},
{
"type": "entity.enum.value",
"text": "OneColumn",
"textToLower": "onecolumn",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_OneColumn_-1:0",
"order": 2,
"memberOrder": 2
},
{
"type": "entity.enum.value",
"text": "TwoColumnsLeftToRight",
"textToLower": "twocolumnslefttoright",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_TwoColumnsLeftToRight_-1:0",
"order": 3,
"memberOrder": 3
},
{
"type": "entity.enum.value",
"text": "TwoColumnsTopToBottom",
"textToLower": "twocolumnstoptobottom",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_TwoColumnsTopToBottom_-1:0",
"order": 4,
"memberOrder": 4
}
]
}