Overview

The SVGScriptElement interface corresponds to the SVG <script> element.

Location

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;
var type: dynamic { get{} }
ReadOnly Property type() As dynamic