1{ 2 "name": "slot", 3 "version": [ 4 { 5 "name": "v1.0" 6 } 7 ], 8 "syscap": [ 9 "SystemCapability.ArkUI.ArkUI.Full" 10 ], 11 "description": [ 12 { 13 "name": "slot component allow developer to distribute the content of custom component" 14 } 15 ], 16 "attributes": [ 17 { 18 "name": "name", 19 "required": false, 20 "description": [ 21 { 22 "name": "Specify insert name" 23 } 24 ], 25 "type": "string" 26 } 27 ], 28 "supportedSubComponents": false, 29 "supportedSubComponentsRestriction": [], 30 "events": [], 31 "unSupportSubComponentsRestriction": [], 32 "parentComponentsRestriction": [] 33}