Skip to content

Commit 07d430b

Browse files
asynclizcopybara-github
authored andcommitted
docs(focus): add missing jsdoc for inward
PiperOrigin-RevId: 535281865
1 parent c566a64 commit 07d430b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

focus/lib/focus-ring.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ export class FocusRing extends LitElement {
1515
* Makes the focus ring visible.
1616
*/
1717
@property({type: Boolean, reflect: true}) visible = false;
18+
19+
/**
20+
* Makes the focus ring animate inwards instead of outwards.
21+
*/
1822
@property({type: Boolean, reflect: true}) inward = false;
1923

2024
/**

0 commit comments

Comments
 (0)