focusRing: {
isVisible: boolean;
conceal(): void;
reveal(): void;
subscribe(listener: (() => void)): (() => void);
} = ...
Type declaration
isVisible: boolean
conceal:function
- conceal(): void
Returns void
reveal:function
- reveal(): void
Returns void
subscribe:function
A focus indication that should be shown around a focused element.