activeElement property
      
      Element?
      get
      activeElement
      
    
    
The activeElement read-only property of the
ShadowRoot interface returns the element within the shadow tree that has
focus.
Implementation
external Element? get activeElement;