Class ShadowRootPoppedEventArgs
ShadowRootPopped
public sealed class ShadowRootPoppedEventArgs : EventArgs- Inheritance
- 
      
      
      ShadowRootPoppedEventArgs
- Inherited Members
Properties
HostId
Gets or sets the hostId
[JsonPropertyName("hostId")]
public long HostId { get; set; }Property Value
RootId
Gets or sets the rootId
[JsonPropertyName("rootId")]
public long RootId { get; set; }