Interface DocumentOrShadowRoot
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[Value("DocumentOrShadowRoot")]
public interface DocumentOrShadowRoot
Properties
ActiveElement
[Value("activeElement")]
Element? ActiveElement { get; }
Property Value
- Element
AdoptedStyleSheets
[Value("adoptedStyleSheets")]
CSSStyleSheet[] AdoptedStyleSheets { get; set; }
Property Value
- CSSStyleSheet[]
FullscreenElement
[Value("fullscreenElement")]
Element? FullscreenElement { get; }
Property Value
- Element
PictureInPictureElement
[Value("pictureInPictureElement")]
Element? PictureInPictureElement { get; }
Property Value
- Element
PointerLockElement
[Value("pointerLockElement")]
Element? PointerLockElement { get; }
Property Value
- Element
StyleSheets
[Value("styleSheets")]
StyleSheetList StyleSheets { get; }
Property Value
- StyleSheetList
Methods
GetAnimations()
[Value("getAnimations")]
List<Animation> GetAnimations()
Returns
- List<Animation>