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