From 4d2ee9fc7500832669578d6e5f63872e307c4bf8 Mon Sep 17 00:00:00 2001 From: caocan <1532643766@qq.com> Date: Wed, 27 Oct 2021 11:49:11 +0800 Subject: [PATCH] CustomDialog support gridCount Signed-off-by: caocan <1532643766@qq.com> Change-Id: I78a3e9f87a806774b0e0e48ba766cf6d8775ab0c --- api/@internal/component/ets/custom_dialog_controller.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/@internal/component/ets/custom_dialog_controller.d.ts b/api/@internal/component/ets/custom_dialog_controller.d.ts index 31a2acefa2..fcdc33372e 100644 --- a/api/@internal/component/ets/custom_dialog_controller.d.ts +++ b/api/@internal/component/ets/custom_dialog_controller.d.ts @@ -56,6 +56,12 @@ export declare interface CustomDialogControllerOption { * @since 7 */ customStyle?: boolean; + + /** + * Grid count of dialog. + * @since 8 + */ + gridCount?: number; } /** -- Gitee