From 695f9bde35d050c6dbfa4e715198387ff7496b66 Mon Sep 17 00:00:00 2001 From: quguiren Date: Fri, 12 Sep 2025 18:15:00 +0800 Subject: [PATCH] =?UTF-8?q?@ohos.arkui.advanced.GridObjectSortComponent?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0crossplatform=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: quguiren --- api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets b/api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets index 87594d6cf9..e61e49abf2 100644 --- a/api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets +++ b/api/@ohos.arkui.advanced.GridObjectSortComponent.d.ets @@ -175,6 +175,14 @@ export interface GridObjectSortComponentItem { * @atomicservice * @since 18 */ + /** + * symbol of the GridObjectSortComponent item. + * @type { ?SymbolGlyphModifier } + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @crossplatform + * @atomicservice + * @since 22 + */ symbolStyle?: SymbolGlyphModifier; } -- Gitee