diff --git a/api/form/hml/container/list.json b/api/form/hml/container/list.json index ebb1af608d1cea481d2d98ec7ccb70b7fd1c283b..29236340cd36e462a9c73f51be01e76096eb5777 100644 --- a/api/form/hml/container/list.json +++ b/api/form/hml/container/list.json @@ -410,9 +410,58 @@ "name": "false" } ] + }, + { + "name": "itemcenter", + "syscap": [ + "SystemCapability.ArkUI.ArkUI.Full" + ], + "version": [ + { + "name": "v9.0" + } + ], + "required": false, + "description": [ + { + "name": "Whether there is always an item at the center of the cross axis of the list.", + "syscap": [ + "SystemCapability.ArkUI.ArkUI.Full" + ] + } + ], + "type": "enum", + "options": [ + { + "name": "true" + }, + { + "name": "false" + } + ] + } + ], + "events": [ + { + "name": "scrollIndex", + "syscap": [ + "SystemCapability.ArkUI.ArkUI.Full" + ], + "version": [ + { + "name": "v9.0" + } + ], + "description": [ + { + "name": "Triggered to indicate the index of list item when list is scrolling.", + "syscap": [ + "SystemCapability.ArkUI.ArkUI.Full" + ] + } + ] } ], - "events": [], "supportedSubComponents": true, "supportedSubComponentsRestriction": [ {