HoverPopover.setIsFocused method
HoverPopover › setIsFocused
Unofficial
Sets whether the popover is focused.Signature:
setIsFocused(isFocused: boolean): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| isFocused | boolean | Whether the popover is focused. |
Returns: void