From 8ab88711957ed991c6d3d9ec2ee3dbd89cd2aa93 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 13 Jul 2023 07:42:43 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index f4395ab27..99866e80a 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -32859,6 +32859,14 @@ "default": "", "description": "Uses to pass attributes to the source list's DOM element." }, + { + "name": "sourceItem", + "optional": true, + "readonly": false, + "type": "PickListPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the source item's DOM element." + }, { "name": "buttons", "optional": true, @@ -32923,6 +32931,14 @@ "default": "", "description": "Uses to pass attributes to the target list's DOM element." }, + { + "name": "targetItem", + "optional": true, + "readonly": false, + "type": "PickListPassThroughOptionType", + "default": "", + "description": "Uses to pass attributes to the target item's DOM element." + }, { "name": "targetControls", "optional": true,