diff --git a/api/@ohos.arkui.advanced.ComposeListItem.d.ets b/api/@ohos.arkui.advanced.ComposeListItem.d.ets index 022f294323fa08766e535b212247c9b4b927a03c..ff142a021e3114b4e56fd2763e656aaf60f06138 100644 --- a/api/@ohos.arkui.advanced.ComposeListItem.d.ets +++ b/api/@ohos.arkui.advanced.ComposeListItem.d.ets @@ -806,27 +806,29 @@ export declare class OperateItem { button?: OperateButton; /** - * Sets the switch. + * Sets the toggle. * @type { ?OperateCheck } * @syscap SystemCapability.ArkUI.ArkUI.Full * @since 10 */ /** - * Sets the switch. + * Sets the toggle. * @type { ?OperateCheck } * @syscap SystemCapability.ArkUI.ArkUI.Full * @atomicservice * @since 11 + * @arkts 1.1 */ /** - * Sets the switch. + * Sets the toggle. * @type { ?OperateCheck } * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @atomicservice * @since 20 + * @arkts 1.2 */ - switch?: OperateCheck; + toggle?: OperateCheck; /** * Sets the checkBox.