SVGScriptElement
Overview
The SVGScriptElement interface corresponds to the SVG <script> element.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
crossOrigin
property crossOrigin: String read;
String crossOrigin { get; }
var crossOrigin: String { get{} }
String crossOrigin { __get; }
ReadOnly Property crossOrigin() As String
type
property type: dynamic read;
dynamic type { get; }
var type: dynamic { get{} }
dynamic type { __get; }
ReadOnly Property type() As dynamic