Skip to content

Commit 591c3d8

Browse files
committed
fix(aria/menu): update api goldens (#32463)
(cherry picked from commit c097570)
1 parent b8f2151 commit 591c3d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

goldens/aria/private/index.api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ export class MenuPattern<V> {
583583
expand(): void;
584584
first(): void;
585585
hasBeenFocused: _angular_core.WritableSignal<boolean>;
586+
hasBeenHovered: _angular_core.WritableSignal<boolean>;
586587
id: SignalLike<string>;
587588
// (undocumented)
588589
readonly inputs: MenuInputs<V>;

0 commit comments

Comments
 (0)