HTMLDetailsElement
Overview
The HTMLDetailsElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating <details> elements.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
- Ancestry: EventTarget | Node | Element | HTMLElement | HTMLDetailsElement
Properties
open
property open: HTMLElement read write;
HTMLElement open { get; set; }
var open: HTMLElement { get{} set{} }
HTMLElement open { __get; __set; }
Property open() As HTMLElement