From 0cb7fe3459d9ff377fb0a846fe35fa56a53de63f Mon Sep 17 00:00:00 2001 From: chenjiafeng10 Date: Fri, 1 Aug 2025 17:20:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dsymbolmodifier=20pulse=20symb?= =?UTF-8?q?oleffect=E7=BC=96=E8=AF=91=E4=B8=8D=E8=BF=87=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chenjiafeng10 Change-Id: I017ad2e3d9bf0c74d61ebaa0cf4bbfe7ed29fb7e --- api/arkui/component/symbolglyph.static.d.ets | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/api/arkui/component/symbolglyph.static.d.ets b/api/arkui/component/symbolglyph.static.d.ets index 17d6a39fe8..2a9a4fecb8 100644 --- a/api/arkui/component/symbolglyph.static.d.ets +++ b/api/arkui/component/symbolglyph.static.d.ets @@ -442,6 +442,15 @@ export declare class ReplaceSymbolEffect extends SymbolEffect { */ scope?: EffectScope; } +/** + * Defines PulseSymbolEffect class. + * + * @extends SymbolEffect + * @syscap SystemCapability.ArkUI.ArkUI.Full + * @since 20 + */ +export declare class PulseSymbolEffect extends SymbolEffect { +} export declare interface SymbolGlyphAttribute extends CommonMethod { /** * Called when the SymbolGlyph size is set. @@ -547,4 +556,4 @@ export declare function SymbolGlyph( value?: Resource, @memo content_?: () => void, -): SymbolGlyphAttribute \ No newline at end of file +): SymbolGlyphAttribute -- Gitee