1{ 2 "name": "block", 3 "version": [ 4 { 5 "name": "v3.0" 6 } 7 ], 8 "syscap": [ 9 "SystemCapability.ArkUI.ArkUI.Full" 10 ], 11 "description": [ 12 { 13 "name": "'Logic control block." 14 } 15 ], 16 "attributes": [ 17 { 18 "name": "for", 19 "required": false, 20 "description": [ 21 { 22 "name": "Expands the current element based on the configured data list." 23 } 24 ], 25 "type": "string" 26 }, 27 { 28 "name": "if", 29 "required": false, 30 "description": [ 31 { 32 "name": "Whether the element is added or removed." 33 } 34 ], 35 "type": "enum", 36 "options": [ 37 { 38 "name": "true" 39 }, 40 { 41 "name": "false" 42 } 43 ] 44 } 45 ], 46 "events": [], 47 "supportedSubComponents": true, 48 "supportedSubComponentsRestriction": [], 49 "unSupportSubComponentsRestriction": [], 50 "parentComponentsRestriction": [] 51}