svg

package
v0.0.0-...-aded332 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2020 License: BSD-3-Clause Imports: 17 Imported by: 0

Documentation

Overview

Package svg is Scalable Vector Graphics 2

Index

Constants

View Source
const (
	SVG_ANGLETYPE_UNKNOWN     int = 0
	SVG_ANGLETYPE_UNSPECIFIED int = 1
	SVG_ANGLETYPE_DEG         int = 2
	SVG_ANGLETYPE_RAD         int = 3
	SVG_ANGLETYPE_GRAD        int = 4
)
View Source
const (
	SVG_SPREADMETHOD_UNKNOWN int = 0
	SVG_SPREADMETHOD_PAD     int = 1
	SVG_SPREADMETHOD_REFLECT int = 2
	SVG_SPREADMETHOD_REPEAT  int = 3
)
View Source
const (
	SVG_LENGTHTYPE_UNKNOWN    int = 0
	SVG_LENGTHTYPE_NUMBER     int = 1
	SVG_LENGTHTYPE_PERCENTAGE int = 2
	SVG_LENGTHTYPE_EMS        int = 3
	SVG_LENGTHTYPE_EXS        int = 4
	SVG_LENGTHTYPE_PX         int = 5
	SVG_LENGTHTYPE_CM         int = 6
	SVG_LENGTHTYPE_MM         int = 7
	SVG_LENGTHTYPE_IN         int = 8
	SVG_LENGTHTYPE_PT         int = 9
	SVG_LENGTHTYPE_PC         int = 10
)
View Source
const (
	SVG_MARKERUNITS_UNKNOWN        int = 0
	SVG_MARKERUNITS_USERSPACEONUSE int = 1
	SVG_MARKERUNITS_STROKEWIDTH    int = 2
	SVG_MARKER_ORIENT_UNKNOWN      int = 0
	SVG_MARKER_ORIENT_AUTO         int = 1
	SVG_MARKER_ORIENT_ANGLE        int = 2
)
View Source
const (
	SVG_PRESERVEASPECTRATIO_UNKNOWN  int = 0
	SVG_PRESERVEASPECTRATIO_NONE     int = 1
	SVG_PRESERVEASPECTRATIO_XMINYMIN int = 2
	SVG_PRESERVEASPECTRATIO_XMIDYMIN int = 3
	SVG_PRESERVEASPECTRATIO_XMAXYMIN int = 4
	SVG_PRESERVEASPECTRATIO_XMINYMID int = 5
	SVG_PRESERVEASPECTRATIO_XMIDYMID int = 6
	SVG_PRESERVEASPECTRATIO_XMAXYMID int = 7
	SVG_PRESERVEASPECTRATIO_XMINYMAX int = 8
	SVG_PRESERVEASPECTRATIO_XMIDYMAX int = 9
	SVG_PRESERVEASPECTRATIO_XMAXYMAX int = 10
	SVG_MEETORSLICE_UNKNOWN          int = 0
	SVG_MEETORSLICE_MEET             int = 1
	SVG_MEETORSLICE_SLICE            int = 2
)
View Source
const (
	SVG_ZOOMANDPAN_UNKNOWN int = 0
	SVG_ZOOMANDPAN_DISABLE int = 1
	SVG_ZOOMANDPAN_MAGNIFY int = 2
)
View Source
const (
	LENGTHADJUST_UNKNOWN          int = 0
	LENGTHADJUST_SPACING          int = 1
	LENGTHADJUST_SPACINGANDGLYPHS int = 2
)
View Source
const (
	TEXTPATH_METHODTYPE_UNKNOWN  int = 0
	TEXTPATH_METHODTYPE_ALIGN    int = 1
	TEXTPATH_METHODTYPE_STRETCH  int = 2
	TEXTPATH_SPACINGTYPE_UNKNOWN int = 0
	TEXTPATH_SPACINGTYPE_AUTO    int = 1
	TEXTPATH_SPACINGTYPE_EXACT   int = 2
)
View Source
const (
	SVG_TRANSFORM_UNKNOWN   int = 0
	SVG_TRANSFORM_MATRIX    int = 1
	SVG_TRANSFORM_TRANSLATE int = 2
	SVG_TRANSFORM_SCALE     int = 3
	SVG_TRANSFORM_ROTATE    int = 4
	SVG_TRANSFORM_SKEWX     int = 5
	SVG_TRANSFORM_SKEWY     int = 6
)
View Source
const (
	SVG_UNIT_TYPE_UNKNOWN           int = 0
	SVG_UNIT_TYPE_USERSPACEONUSE    int = 1
	SVG_UNIT_TYPE_OBJECTBOUNDINGBOX int = 2
)
View Source
const (
	SVG_ZOOMANDPAN_UNKNOWN_VE int = 0
	SVG_ZOOMANDPAN_DISABLE_VE int = 1
	SVG_ZOOMANDPAN_MAGNIFY_VE int = 2
)

Variables

This section is empty.

Functions

This section is empty.

Types

type SVGAElement

type SVGAElement struct {
	SVGGraphicsElement
}

class: SVGAElement

func SVGAElementFromJS

func SVGAElementFromJS(value js.Wrapper) *SVGAElement

SVGAElementFromJS is casting a js.Wrapper into SVGAElement.

func (*SVGAElement) Download

func (_this *SVGAElement) Download() string

Download returning attribute 'download' with type string (idl: DOMString).

func (*SVGAElement) Hash

func (_this *SVGAElement) Hash() string

Hash returning attribute 'hash' with type string (idl: USVString).

func (*SVGAElement) Host

func (_this *SVGAElement) Host() string

Host returning attribute 'host' with type string (idl: USVString).

func (*SVGAElement) Hostname

func (_this *SVGAElement) Hostname() string

Hostname returning attribute 'hostname' with type string (idl: USVString).

func (*SVGAElement) Href

func (_this *SVGAElement) Href() string

Href returning attribute 'href' with type string (idl: USVString).

func (*SVGAElement) Hreflang

func (_this *SVGAElement) Hreflang() string

Hreflang returning attribute 'hreflang' with type string (idl: DOMString).

func (*SVGAElement) Origin

func (_this *SVGAElement) Origin() string

Origin returning attribute 'origin' with type string (idl: USVString).

func (*SVGAElement) Password

func (_this *SVGAElement) Password() string

Password returning attribute 'password' with type string (idl: USVString).

func (*SVGAElement) Pathname

func (_this *SVGAElement) Pathname() string

Pathname returning attribute 'pathname' with type string (idl: USVString).

func (*SVGAElement) Ping

func (_this *SVGAElement) Ping() string

Ping returning attribute 'ping' with type string (idl: USVString).

func (*SVGAElement) Port

func (_this *SVGAElement) Port() string

Port returning attribute 'port' with type string (idl: USVString).

func (*SVGAElement) Protocol

func (_this *SVGAElement) Protocol() string

Protocol returning attribute 'protocol' with type string (idl: USVString).

func (*SVGAElement) ReferrerPolicy

func (_this *SVGAElement) ReferrerPolicy() string

ReferrerPolicy returning attribute 'referrerPolicy' with type string (idl: DOMString).

func (*SVGAElement) Rel

func (_this *SVGAElement) Rel() string

Rel returning attribute 'rel' with type string (idl: DOMString).

func (*SVGAElement) RelList

func (_this *SVGAElement) RelList() *domcore.DOMTokenList

RelList returning attribute 'relList' with type domcore.DOMTokenList (idl: DOMTokenList).

func (*SVGAElement) Search

func (_this *SVGAElement) Search() string

Search returning attribute 'search' with type string (idl: USVString).

func (*SVGAElement) SetDownload

func (_this *SVGAElement) SetDownload(value string)

SetDownload setting attribute 'download' with type string (idl: DOMString).

func (*SVGAElement) SetHash

func (_this *SVGAElement) SetHash(value string)

SetHash setting attribute 'hash' with type string (idl: USVString).

func (*SVGAElement) SetHost

func (_this *SVGAElement) SetHost(value string)

SetHost setting attribute 'host' with type string (idl: USVString).

func (*SVGAElement) SetHostname

func (_this *SVGAElement) SetHostname(value string)

SetHostname setting attribute 'hostname' with type string (idl: USVString).

func (*SVGAElement) SetHref

func (_this *SVGAElement) SetHref(value string)

SetHref setting attribute 'href' with type string (idl: USVString).

func (*SVGAElement) SetHreflang

func (_this *SVGAElement) SetHreflang(value string)

SetHreflang setting attribute 'hreflang' with type string (idl: DOMString).

func (*SVGAElement) SetPassword

func (_this *SVGAElement) SetPassword(value string)

SetPassword setting attribute 'password' with type string (idl: USVString).

func (*SVGAElement) SetPathname

func (_this *SVGAElement) SetPathname(value string)

SetPathname setting attribute 'pathname' with type string (idl: USVString).

func (*SVGAElement) SetPing

func (_this *SVGAElement) SetPing(value string)

SetPing setting attribute 'ping' with type string (idl: USVString).

func (*SVGAElement) SetPort

func (_this *SVGAElement) SetPort(value string)

SetPort setting attribute 'port' with type string (idl: USVString).

func (*SVGAElement) SetProtocol

func (_this *SVGAElement) SetProtocol(value string)

SetProtocol setting attribute 'protocol' with type string (idl: USVString).

func (*SVGAElement) SetReferrerPolicy

func (_this *SVGAElement) SetReferrerPolicy(value string)

SetReferrerPolicy setting attribute 'referrerPolicy' with type string (idl: DOMString).

func (*SVGAElement) SetRel

func (_this *SVGAElement) SetRel(value string)

SetRel setting attribute 'rel' with type string (idl: DOMString).

func (*SVGAElement) SetSearch

func (_this *SVGAElement) SetSearch(value string)

SetSearch setting attribute 'search' with type string (idl: USVString).

func (*SVGAElement) SetText

func (_this *SVGAElement) SetText(value string)

SetText setting attribute 'text' with type string (idl: DOMString).

func (*SVGAElement) SetType

func (_this *SVGAElement) SetType(value string)

SetType setting attribute 'type' with type string (idl: DOMString).

func (*SVGAElement) SetUsername

func (_this *SVGAElement) SetUsername(value string)

SetUsername setting attribute 'username' with type string (idl: USVString).

func (*SVGAElement) Target

func (_this *SVGAElement) Target() *SVGAnimatedString

Target returning attribute 'target' with type SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGAElement) Text

func (_this *SVGAElement) Text() string

Text returning attribute 'text' with type string (idl: DOMString).

func (*SVGAElement) ToString

func (_this *SVGAElement) ToString() string

ToString is an alias for Href.

func (*SVGAElement) Type

func (_this *SVGAElement) Type() string

Type returning attribute 'type' with type string (idl: DOMString).

func (*SVGAElement) Username

func (_this *SVGAElement) Username() string

Username returning attribute 'username' with type string (idl: USVString).

type SVGAngle

type SVGAngle struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGAngle

func SVGAngleFromJS

func SVGAngleFromJS(value js.Wrapper) *SVGAngle

SVGAngleFromJS is casting a js.Wrapper into SVGAngle.

func (*SVGAngle) ConvertToSpecifiedUnits

func (_this *SVGAngle) ConvertToSpecifiedUnits(unitType int)

func (*SVGAngle) JSValue

func (_this *SVGAngle) JSValue() js.Value

func (*SVGAngle) NewValueSpecifiedUnits

func (_this *SVGAngle) NewValueSpecifiedUnits(unitType int, valueInSpecifiedUnits float32)

func (*SVGAngle) SetValue

func (_this *SVGAngle) SetValue(value float32)

SetValue setting attribute 'value' with type float32 (idl: float).

func (*SVGAngle) SetValueAsString

func (_this *SVGAngle) SetValueAsString(value string)

SetValueAsString setting attribute 'valueAsString' with type string (idl: DOMString).

func (*SVGAngle) SetValueInSpecifiedUnits

func (_this *SVGAngle) SetValueInSpecifiedUnits(value float32)

SetValueInSpecifiedUnits setting attribute 'valueInSpecifiedUnits' with type float32 (idl: float).

func (*SVGAngle) UnitType

func (_this *SVGAngle) UnitType() int

UnitType returning attribute 'unitType' with type int (idl: unsigned short).

func (*SVGAngle) Value

func (_this *SVGAngle) Value() float32

Value returning attribute 'value' with type float32 (idl: float).

func (*SVGAngle) ValueAsString

func (_this *SVGAngle) ValueAsString() string

ValueAsString returning attribute 'valueAsString' with type string (idl: DOMString).

func (*SVGAngle) ValueInSpecifiedUnits

func (_this *SVGAngle) ValueInSpecifiedUnits() float32

ValueInSpecifiedUnits returning attribute 'valueInSpecifiedUnits' with type float32 (idl: float).

type SVGAnimatedAngle

type SVGAnimatedAngle struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGAnimatedAngle

func SVGAnimatedAngleFromJS

func SVGAnimatedAngleFromJS(value js.Wrapper) *SVGAnimatedAngle

SVGAnimatedAngleFromJS is casting a js.Wrapper into SVGAnimatedAngle.

func (*SVGAnimatedAngle) AnimVal

func (_this *SVGAnimatedAngle) AnimVal() *SVGAngle

AnimVal returning attribute 'animVal' with type SVGAngle (idl: SVGAngle).

func (*SVGAnimatedAngle) BaseVal

func (_this *SVGAnimatedAngle) BaseVal() *SVGAngle

BaseVal returning attribute 'baseVal' with type SVGAngle (idl: SVGAngle).

func (*SVGAnimatedAngle) JSValue

func (_this *SVGAnimatedAngle) JSValue() js.Value

type SVGAnimatedBoolean

type SVGAnimatedBoolean struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGAnimatedBoolean

func SVGAnimatedBooleanFromJS

func SVGAnimatedBooleanFromJS(value js.Wrapper) *SVGAnimatedBoolean

SVGAnimatedBooleanFromJS is casting a js.Wrapper into SVGAnimatedBoolean.

func (*SVGAnimatedBoolean) AnimVal

func (_this *SVGAnimatedBoolean) AnimVal() bool

AnimVal returning attribute 'animVal' with type bool (idl: boolean).

func (*SVGAnimatedBoolean) BaseVal

func (_this *SVGAnimatedBoolean) BaseVal() bool

BaseVal returning attribute 'baseVal' with type bool (idl: boolean).

func (*SVGAnimatedBoolean) JSValue

func (_this *SVGAnimatedBoolean) JSValue() js.Value

func (*SVGAnimatedBoolean) SetBaseVal

func (_this *SVGAnimatedBoolean) SetBaseVal(value bool)

SetBaseVal setting attribute 'baseVal' with type bool (idl: boolean).

type SVGAnimatedEnumeration

type SVGAnimatedEnumeration struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGAnimatedEnumeration

func SVGAnimatedEnumerationFromJS

func SVGAnimatedEnumerationFromJS(value js.Wrapper) *SVGAnimatedEnumeration

SVGAnimatedEnumerationFromJS is casting a js.Wrapper into SVGAnimatedEnumeration.

func (*SVGAnimatedEnumeration) AnimVal

func (_this *SVGAnimatedEnumeration) AnimVal() int

AnimVal returning attribute 'animVal' with type int (idl: unsigned short).

func (*SVGAnimatedEnumeration) BaseVal

func (_this *SVGAnimatedEnumeration) BaseVal() int

BaseVal returning attribute 'baseVal' with type int (idl: unsigned short).

func (*SVGAnimatedEnumeration) JSValue

func (_this *SVGAnimatedEnumeration) JSValue() js.Value

func (*SVGAnimatedEnumeration) SetBaseVal

func (_this *SVGAnimatedEnumeration) SetBaseVal(value int)

SetBaseVal setting attribute 'baseVal' with type int (idl: unsigned short).

type SVGAnimatedInteger

type SVGAnimatedInteger struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGAnimatedInteger

func SVGAnimatedIntegerFromJS

func SVGAnimatedIntegerFromJS(value js.Wrapper) *SVGAnimatedInteger

SVGAnimatedIntegerFromJS is casting a js.Wrapper into SVGAnimatedInteger.

func (*SVGAnimatedInteger) AnimVal

func (_this *SVGAnimatedInteger) AnimVal() int

AnimVal returning attribute 'animVal' with type int (idl: long).

func (*SVGAnimatedInteger) BaseVal

func (_this *SVGAnimatedInteger) BaseVal() int

BaseVal returning attribute 'baseVal' with type int (idl: long).

func (*SVGAnimatedInteger) JSValue

func (_this *SVGAnimatedInteger) JSValue() js.Value

func (*SVGAnimatedInteger) SetBaseVal

func (_this *SVGAnimatedInteger) SetBaseVal(value int)

SetBaseVal setting attribute 'baseVal' with type int (idl: long).

type SVGAnimatedLength

type SVGAnimatedLength struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGAnimatedLength

func SVGAnimatedLengthFromJS

func SVGAnimatedLengthFromJS(value js.Wrapper) *SVGAnimatedLength

SVGAnimatedLengthFromJS is casting a js.Wrapper into SVGAnimatedLength.

func (*SVGAnimatedLength) AnimVal

func (_this *SVGAnimatedLength) AnimVal() *SVGLength

AnimVal returning attribute 'animVal' with type SVGLength (idl: SVGLength).

func (*SVGAnimatedLength) BaseVal

func (_this *SVGAnimatedLength) BaseVal() *SVGLength

BaseVal returning attribute 'baseVal' with type SVGLength (idl: SVGLength).

func (*SVGAnimatedLength) JSValue

func (_this *SVGAnimatedLength) JSValue() js.Value

type SVGAnimatedLengthList

type SVGAnimatedLengthList struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGAnimatedLengthList

func SVGAnimatedLengthListFromJS

func SVGAnimatedLengthListFromJS(value js.Wrapper) *SVGAnimatedLengthList

SVGAnimatedLengthListFromJS is casting a js.Wrapper into SVGAnimatedLengthList.

func (*SVGAnimatedLengthList) AnimVal

func (_this *SVGAnimatedLengthList) AnimVal() *SVGLengthList

AnimVal returning attribute 'animVal' with type SVGLengthList (idl: SVGLengthList).

func (*SVGAnimatedLengthList) BaseVal

func (_this *SVGAnimatedLengthList) BaseVal() *SVGLengthList

BaseVal returning attribute 'baseVal' with type SVGLengthList (idl: SVGLengthList).

func (*SVGAnimatedLengthList) JSValue

func (_this *SVGAnimatedLengthList) JSValue() js.Value

type SVGAnimatedNumber

type SVGAnimatedNumber struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGAnimatedNumber

func SVGAnimatedNumberFromJS

func SVGAnimatedNumberFromJS(value js.Wrapper) *SVGAnimatedNumber

SVGAnimatedNumberFromJS is casting a js.Wrapper into SVGAnimatedNumber.

func (*SVGAnimatedNumber) AnimVal

func (_this *SVGAnimatedNumber) AnimVal() float32

AnimVal returning attribute 'animVal' with type float32 (idl: float).

func (*SVGAnimatedNumber) BaseVal

func (_this *SVGAnimatedNumber) BaseVal() float32

BaseVal returning attribute 'baseVal' with type float32 (idl: float).

func (*SVGAnimatedNumber) JSValue

func (_this *SVGAnimatedNumber) JSValue() js.Value

func (*SVGAnimatedNumber) SetBaseVal

func (_this *SVGAnimatedNumber) SetBaseVal(value float32)

SetBaseVal setting attribute 'baseVal' with type float32 (idl: float).

type SVGAnimatedNumberList

type SVGAnimatedNumberList struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGAnimatedNumberList

func SVGAnimatedNumberListFromJS

func SVGAnimatedNumberListFromJS(value js.Wrapper) *SVGAnimatedNumberList

SVGAnimatedNumberListFromJS is casting a js.Wrapper into SVGAnimatedNumberList.

func (*SVGAnimatedNumberList) AnimVal

func (_this *SVGAnimatedNumberList) AnimVal() *SVGNumberList

AnimVal returning attribute 'animVal' with type SVGNumberList (idl: SVGNumberList).

func (*SVGAnimatedNumberList) BaseVal

func (_this *SVGAnimatedNumberList) BaseVal() *SVGNumberList

BaseVal returning attribute 'baseVal' with type SVGNumberList (idl: SVGNumberList).

func (*SVGAnimatedNumberList) JSValue

func (_this *SVGAnimatedNumberList) JSValue() js.Value

type SVGAnimatedPreserveAspectRatio

type SVGAnimatedPreserveAspectRatio struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGAnimatedPreserveAspectRatio

func SVGAnimatedPreserveAspectRatioFromJS

func SVGAnimatedPreserveAspectRatioFromJS(value js.Wrapper) *SVGAnimatedPreserveAspectRatio

SVGAnimatedPreserveAspectRatioFromJS is casting a js.Wrapper into SVGAnimatedPreserveAspectRatio.

func (*SVGAnimatedPreserveAspectRatio) AnimVal

AnimVal returning attribute 'animVal' with type SVGPreserveAspectRatio (idl: SVGPreserveAspectRatio).

func (*SVGAnimatedPreserveAspectRatio) BaseVal

BaseVal returning attribute 'baseVal' with type SVGPreserveAspectRatio (idl: SVGPreserveAspectRatio).

func (*SVGAnimatedPreserveAspectRatio) JSValue

func (_this *SVGAnimatedPreserveAspectRatio) JSValue() js.Value

type SVGAnimatedRect

type SVGAnimatedRect struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGAnimatedRect

func SVGAnimatedRectFromJS

func SVGAnimatedRectFromJS(value js.Wrapper) *SVGAnimatedRect

SVGAnimatedRectFromJS is casting a js.Wrapper into SVGAnimatedRect.

func (*SVGAnimatedRect) AnimVal

func (_this *SVGAnimatedRect) AnimVal() *geometry.DOMRectReadOnly

AnimVal returning attribute 'animVal' with type geometry.DOMRectReadOnly (idl: DOMRectReadOnly).

func (*SVGAnimatedRect) BaseVal

func (_this *SVGAnimatedRect) BaseVal() *geometry.DOMRect

BaseVal returning attribute 'baseVal' with type geometry.DOMRect (idl: DOMRect).

func (*SVGAnimatedRect) JSValue

func (_this *SVGAnimatedRect) JSValue() js.Value

type SVGAnimatedString

type SVGAnimatedString struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGAnimatedString

func SVGAnimatedStringFromJS

func SVGAnimatedStringFromJS(value js.Wrapper) *SVGAnimatedString

SVGAnimatedStringFromJS is casting a js.Wrapper into SVGAnimatedString.

func (*SVGAnimatedString) AnimVal

func (_this *SVGAnimatedString) AnimVal() string

AnimVal returning attribute 'animVal' with type string (idl: DOMString).

func (*SVGAnimatedString) BaseVal

func (_this *SVGAnimatedString) BaseVal() string

BaseVal returning attribute 'baseVal' with type string (idl: DOMString).

func (*SVGAnimatedString) JSValue

func (_this *SVGAnimatedString) JSValue() js.Value

func (*SVGAnimatedString) SetBaseVal

func (_this *SVGAnimatedString) SetBaseVal(value string)

SetBaseVal setting attribute 'baseVal' with type string (idl: DOMString).

type SVGAnimatedTransformList

type SVGAnimatedTransformList struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGAnimatedTransformList

func SVGAnimatedTransformListFromJS

func SVGAnimatedTransformListFromJS(value js.Wrapper) *SVGAnimatedTransformList

SVGAnimatedTransformListFromJS is casting a js.Wrapper into SVGAnimatedTransformList.

func (*SVGAnimatedTransformList) AnimVal

func (_this *SVGAnimatedTransformList) AnimVal() *SVGTransformList

AnimVal returning attribute 'animVal' with type SVGTransformList (idl: SVGTransformList).

func (*SVGAnimatedTransformList) BaseVal

func (_this *SVGAnimatedTransformList) BaseVal() *SVGTransformList

BaseVal returning attribute 'baseVal' with type SVGTransformList (idl: SVGTransformList).

func (*SVGAnimatedTransformList) JSValue

func (_this *SVGAnimatedTransformList) JSValue() js.Value

type SVGBoundingBoxOptions

type SVGBoundingBoxOptions struct {
	Fill    bool
	Stroke  bool
	Markers bool
	Clipped bool
}

dictionary: SVGBoundingBoxOptions

func SVGBoundingBoxOptionsFromJS

func SVGBoundingBoxOptionsFromJS(value js.Wrapper) *SVGBoundingBoxOptions

SVGBoundingBoxOptionsFromJS is allocating a new SVGBoundingBoxOptions object and copy all values from input javascript object

func (*SVGBoundingBoxOptions) JSValue

func (_this *SVGBoundingBoxOptions) JSValue() js.Value

JSValue is allocating a new javasript object and copy all values

type SVGCircleElement

type SVGCircleElement struct {
	SVGGeometryElement
}

class: SVGCircleElement

func SVGCircleElementFromJS

func SVGCircleElementFromJS(value js.Wrapper) *SVGCircleElement

SVGCircleElementFromJS is casting a js.Wrapper into SVGCircleElement.

func (*SVGCircleElement) Cx

func (_this *SVGCircleElement) Cx() *SVGAnimatedLength

Cx returning attribute 'cx' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGCircleElement) Cy

func (_this *SVGCircleElement) Cy() *SVGAnimatedLength

Cy returning attribute 'cy' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGCircleElement) R

func (_this *SVGCircleElement) R() *SVGAnimatedLength

R returning attribute 'r' with type SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGDefsElement

type SVGDefsElement struct {
	SVGGraphicsElement
}

class: SVGDefsElement

func SVGDefsElementFromJS

func SVGDefsElementFromJS(value js.Wrapper) *SVGDefsElement

SVGDefsElementFromJS is casting a js.Wrapper into SVGDefsElement.

type SVGDescElement

type SVGDescElement struct {
	SVGElement
}

class: SVGDescElement

func SVGDescElementFromJS

func SVGDescElementFromJS(value js.Wrapper) *SVGDescElement

SVGDescElementFromJS is casting a js.Wrapper into SVGDescElement.

type SVGElement

type SVGElement struct {
	dom.Element
}

class: SVGElement

func SVGElementFromJS

func SVGElementFromJS(value js.Wrapper) *SVGElement

SVGElementFromJS is casting a js.Wrapper into SVGElement.

func (*SVGElement) AddEventAbort

func (_this *SVGElement) AddEventAbort(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddAbort is adding doing AddEventListener for 'Abort' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventAnimationCancel

func (_this *SVGElement) AddEventAnimationCancel(listener func(event *animations.AnimationEvent, currentTarget *SVGElement)) js.Func

AddAnimationCancel is adding doing AddEventListener for 'AnimationCancel' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventAnimationEnd

func (_this *SVGElement) AddEventAnimationEnd(listener func(event *animations.AnimationEvent, currentTarget *SVGElement)) js.Func

AddAnimationEnd is adding doing AddEventListener for 'AnimationEnd' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventAnimationIteration

func (_this *SVGElement) AddEventAnimationIteration(listener func(event *animations.AnimationEvent, currentTarget *SVGElement)) js.Func

AddAnimationIteration is adding doing AddEventListener for 'AnimationIteration' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventAnimationStart

func (_this *SVGElement) AddEventAnimationStart(listener func(event *animations.AnimationEvent, currentTarget *SVGElement)) js.Func

AddAnimationStart is adding doing AddEventListener for 'AnimationStart' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventAuxclick

func (_this *SVGElement) AddEventAuxclick(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

AddAuxclick is adding doing AddEventListener for 'Auxclick' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventBlur

func (_this *SVGElement) AddEventBlur(listener func(event *htmlevent.FocusEvent, currentTarget *SVGElement)) js.Func

AddBlur is adding doing AddEventListener for 'Blur' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventCanPlay

func (_this *SVGElement) AddEventCanPlay(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddCanPlay is adding doing AddEventListener for 'CanPlay' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventCanPlayThrough

func (_this *SVGElement) AddEventCanPlayThrough(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddCanPlayThrough is adding doing AddEventListener for 'CanPlayThrough' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventCancel

func (_this *SVGElement) AddEventCancel(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddCancel is adding doing AddEventListener for 'Cancel' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventChange

func (_this *SVGElement) AddEventChange(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddChange is adding doing AddEventListener for 'Change' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventClick

func (_this *SVGElement) AddEventClick(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

AddClick is adding doing AddEventListener for 'Click' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventClose

func (_this *SVGElement) AddEventClose(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddClose is adding doing AddEventListener for 'Close' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventContextMenu

func (_this *SVGElement) AddEventContextMenu(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

AddContextMenu is adding doing AddEventListener for 'ContextMenu' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventCopy

func (_this *SVGElement) AddEventCopy(listener func(event *clipboard.ClipboardEvent, currentTarget *SVGElement)) js.Func

AddCopy is adding doing AddEventListener for 'Copy' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventCueChange

func (_this *SVGElement) AddEventCueChange(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddCueChange is adding doing AddEventListener for 'CueChange' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventCut

func (_this *SVGElement) AddEventCut(listener func(event *clipboard.ClipboardEvent, currentTarget *SVGElement)) js.Func

AddCut is adding doing AddEventListener for 'Cut' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventDblClick

func (_this *SVGElement) AddEventDblClick(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

AddDblClick is adding doing AddEventListener for 'DblClick' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventDrag

func (_this *SVGElement) AddEventDrag(listener func(event *htmlevent.DragEvent, currentTarget *SVGElement)) js.Func

AddDrag is adding doing AddEventListener for 'Drag' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventDragEnd

func (_this *SVGElement) AddEventDragEnd(listener func(event *htmlevent.DragEvent, currentTarget *SVGElement)) js.Func

AddDragEnd is adding doing AddEventListener for 'DragEnd' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventDragEnter

func (_this *SVGElement) AddEventDragEnter(listener func(event *htmlevent.DragEvent, currentTarget *SVGElement)) js.Func

AddDragEnter is adding doing AddEventListener for 'DragEnter' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventDragExit

func (_this *SVGElement) AddEventDragExit(listener func(event *htmlevent.DragEvent, currentTarget *SVGElement)) js.Func

AddDragExit is adding doing AddEventListener for 'DragExit' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventDragLeave

func (_this *SVGElement) AddEventDragLeave(listener func(event *htmlevent.DragEvent, currentTarget *SVGElement)) js.Func

AddDragLeave is adding doing AddEventListener for 'DragLeave' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventDragOver

func (_this *SVGElement) AddEventDragOver(listener func(event *htmlevent.DragEvent, currentTarget *SVGElement)) js.Func

AddDragOver is adding doing AddEventListener for 'DragOver' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventDragStart

func (_this *SVGElement) AddEventDragStart(listener func(event *htmlevent.DragEvent, currentTarget *SVGElement)) js.Func

AddDragStart is adding doing AddEventListener for 'DragStart' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventDrop

func (_this *SVGElement) AddEventDrop(listener func(event *htmlevent.DragEvent, currentTarget *SVGElement)) js.Func

AddDrop is adding doing AddEventListener for 'Drop' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventDurationChange

func (_this *SVGElement) AddEventDurationChange(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddDurationChange is adding doing AddEventListener for 'DurationChange' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventEmptied

func (_this *SVGElement) AddEventEmptied(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddEmptied is adding doing AddEventListener for 'Emptied' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventEnded

func (_this *SVGElement) AddEventEnded(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddEnded is adding doing AddEventListener for 'Ended' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventError

func (_this *SVGElement) AddEventError(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddError is adding doing AddEventListener for 'Error' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventFocus

func (_this *SVGElement) AddEventFocus(listener func(event *htmlevent.FocusEvent, currentTarget *SVGElement)) js.Func

AddFocus is adding doing AddEventListener for 'Focus' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventFormData

func (_this *SVGElement) AddEventFormData(listener func(event *html.FormDataEvent, currentTarget *SVGElement)) js.Func

AddFormData is adding doing AddEventListener for 'FormData' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventGotPointerCapture

func (_this *SVGElement) AddEventGotPointerCapture(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

AddGotPointerCapture is adding doing AddEventListener for 'GotPointerCapture' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventInput

func (_this *SVGElement) AddEventInput(listener func(event *htmlevent.InputEvent, currentTarget *SVGElement)) js.Func

AddInput is adding doing AddEventListener for 'Input' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventInvalid

func (_this *SVGElement) AddEventInvalid(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddInvalid is adding doing AddEventListener for 'Invalid' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventKeyDown

func (_this *SVGElement) AddEventKeyDown(listener func(event *htmlevent.KeyboardEvent, currentTarget *SVGElement)) js.Func

AddKeyDown is adding doing AddEventListener for 'KeyDown' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventKeyPress

func (_this *SVGElement) AddEventKeyPress(listener func(event *htmlevent.KeyboardEvent, currentTarget *SVGElement)) js.Func

AddKeyPress is adding doing AddEventListener for 'KeyPress' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventKeyUp

func (_this *SVGElement) AddEventKeyUp(listener func(event *htmlevent.KeyboardEvent, currentTarget *SVGElement)) js.Func

AddKeyUp is adding doing AddEventListener for 'KeyUp' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventLoad

func (_this *SVGElement) AddEventLoad(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddLoad is adding doing AddEventListener for 'Load' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventLoadEnd

func (_this *SVGElement) AddEventLoadEnd(listener func(event *xhr.ProgressEvent, currentTarget *SVGElement)) js.Func

AddLoadEnd is adding doing AddEventListener for 'LoadEnd' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventLoadStart

func (_this *SVGElement) AddEventLoadStart(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddLoadStart is adding doing AddEventListener for 'LoadStart' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventLoadedData

func (_this *SVGElement) AddEventLoadedData(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddLoadedData is adding doing AddEventListener for 'LoadedData' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventLoadedMetaData

func (_this *SVGElement) AddEventLoadedMetaData(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddLoadedMetaData is adding doing AddEventListener for 'LoadedMetaData' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventLostPointerCapture

func (_this *SVGElement) AddEventLostPointerCapture(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

AddLostPointerCapture is adding doing AddEventListener for 'LostPointerCapture' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventMouseDown

func (_this *SVGElement) AddEventMouseDown(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

AddMouseDown is adding doing AddEventListener for 'MouseDown' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventMouseEnter

func (_this *SVGElement) AddEventMouseEnter(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

AddMouseEnter is adding doing AddEventListener for 'MouseEnter' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventMouseLeave

func (_this *SVGElement) AddEventMouseLeave(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

AddMouseLeave is adding doing AddEventListener for 'MouseLeave' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventMouseMove

func (_this *SVGElement) AddEventMouseMove(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

AddMouseMove is adding doing AddEventListener for 'MouseMove' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventMouseOut

func (_this *SVGElement) AddEventMouseOut(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

AddMouseOut is adding doing AddEventListener for 'MouseOut' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventMouseOver

func (_this *SVGElement) AddEventMouseOver(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

AddMouseOver is adding doing AddEventListener for 'MouseOver' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventMouseUp

func (_this *SVGElement) AddEventMouseUp(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

AddMouseUp is adding doing AddEventListener for 'MouseUp' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventPaste

func (_this *SVGElement) AddEventPaste(listener func(event *clipboard.ClipboardEvent, currentTarget *SVGElement)) js.Func

AddPaste is adding doing AddEventListener for 'Paste' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventPause

func (_this *SVGElement) AddEventPause(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddPause is adding doing AddEventListener for 'Pause' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventPlay

func (_this *SVGElement) AddEventPlay(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddPlay is adding doing AddEventListener for 'Play' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventPlaying

func (_this *SVGElement) AddEventPlaying(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddPlaying is adding doing AddEventListener for 'Playing' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventPointerCancel

func (_this *SVGElement) AddEventPointerCancel(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

AddPointerCancel is adding doing AddEventListener for 'PointerCancel' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventPointerDown

func (_this *SVGElement) AddEventPointerDown(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

AddPointerDown is adding doing AddEventListener for 'PointerDown' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventPointerEnter

func (_this *SVGElement) AddEventPointerEnter(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

AddPointerEnter is adding doing AddEventListener for 'PointerEnter' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventPointerLeave

func (_this *SVGElement) AddEventPointerLeave(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

AddPointerLeave is adding doing AddEventListener for 'PointerLeave' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventPointerMove

func (_this *SVGElement) AddEventPointerMove(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

AddPointerMove is adding doing AddEventListener for 'PointerMove' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventPointerOut

func (_this *SVGElement) AddEventPointerOut(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

AddPointerOut is adding doing AddEventListener for 'PointerOut' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventPointerOver

func (_this *SVGElement) AddEventPointerOver(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

AddPointerOver is adding doing AddEventListener for 'PointerOver' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventPointerUp

func (_this *SVGElement) AddEventPointerUp(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

AddPointerUp is adding doing AddEventListener for 'PointerUp' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventProgress

func (_this *SVGElement) AddEventProgress(listener func(event *xhr.ProgressEvent, currentTarget *SVGElement)) js.Func

AddProgress is adding doing AddEventListener for 'Progress' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventRateChange

func (_this *SVGElement) AddEventRateChange(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddRateChange is adding doing AddEventListener for 'RateChange' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventReset

func (_this *SVGElement) AddEventReset(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddReset is adding doing AddEventListener for 'Reset' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventResize

func (_this *SVGElement) AddEventResize(listener func(event *htmlevent.UIEvent, currentTarget *SVGElement)) js.Func

AddResize is adding doing AddEventListener for 'Resize' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventScroll

func (_this *SVGElement) AddEventScroll(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddScroll is adding doing AddEventListener for 'Scroll' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventSecurityPolicyViolation

func (_this *SVGElement) AddEventSecurityPolicyViolation(listener func(event *csp.SecurityPolicyViolationEvent, currentTarget *SVGElement)) js.Func

AddSecurityPolicyViolation is adding doing AddEventListener for 'SecurityPolicyViolation' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventSeeked

func (_this *SVGElement) AddEventSeeked(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddSeeked is adding doing AddEventListener for 'Seeked' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventSeeking

func (_this *SVGElement) AddEventSeeking(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddSeeking is adding doing AddEventListener for 'Seeking' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventSelect

func (_this *SVGElement) AddEventSelect(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddSelect is adding doing AddEventListener for 'Select' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventSelectStart

func (_this *SVGElement) AddEventSelectStart(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddSelectStart is adding doing AddEventListener for 'SelectStart' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventSelectionChange

func (_this *SVGElement) AddEventSelectionChange(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddSelectionChange is adding doing AddEventListener for 'SelectionChange' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventStalled

func (_this *SVGElement) AddEventStalled(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddStalled is adding doing AddEventListener for 'Stalled' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventSubmit

func (_this *SVGElement) AddEventSubmit(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddSubmit is adding doing AddEventListener for 'Submit' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventSuspend

func (_this *SVGElement) AddEventSuspend(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddSuspend is adding doing AddEventListener for 'Suspend' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventTimeUpdate

func (_this *SVGElement) AddEventTimeUpdate(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddTimeUpdate is adding doing AddEventListener for 'TimeUpdate' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventToggle

func (_this *SVGElement) AddEventToggle(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddToggle is adding doing AddEventListener for 'Toggle' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventTouchCancel

func (_this *SVGElement) AddEventTouchCancel(listener func(event *touchevents.TouchEvent, currentTarget *SVGElement)) js.Func

AddTouchCancel is adding doing AddEventListener for 'TouchCancel' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventTouchEnd

func (_this *SVGElement) AddEventTouchEnd(listener func(event *touchevents.TouchEvent, currentTarget *SVGElement)) js.Func

AddTouchEnd is adding doing AddEventListener for 'TouchEnd' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventTouchMove

func (_this *SVGElement) AddEventTouchMove(listener func(event *touchevents.TouchEvent, currentTarget *SVGElement)) js.Func

AddTouchMove is adding doing AddEventListener for 'TouchMove' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventTouchStart

func (_this *SVGElement) AddEventTouchStart(listener func(event *touchevents.TouchEvent, currentTarget *SVGElement)) js.Func

AddTouchStart is adding doing AddEventListener for 'TouchStart' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventTransitionCancel

func (_this *SVGElement) AddEventTransitionCancel(listener func(event *transitions.TransitionEvent, currentTarget *SVGElement)) js.Func

AddTransitionCancel is adding doing AddEventListener for 'TransitionCancel' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventTransitionEnd

func (_this *SVGElement) AddEventTransitionEnd(listener func(event *transitions.TransitionEvent, currentTarget *SVGElement)) js.Func

AddTransitionEnd is adding doing AddEventListener for 'TransitionEnd' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventTransitionRun

func (_this *SVGElement) AddEventTransitionRun(listener func(event *transitions.TransitionEvent, currentTarget *SVGElement)) js.Func

AddTransitionRun is adding doing AddEventListener for 'TransitionRun' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventTransitionStart

func (_this *SVGElement) AddEventTransitionStart(listener func(event *transitions.TransitionEvent, currentTarget *SVGElement)) js.Func

AddTransitionStart is adding doing AddEventListener for 'TransitionStart' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventVolumeChange

func (_this *SVGElement) AddEventVolumeChange(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddVolumeChange is adding doing AddEventListener for 'VolumeChange' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventWaiting

func (_this *SVGElement) AddEventWaiting(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

AddWaiting is adding doing AddEventListener for 'Waiting' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AddEventWheel

func (_this *SVGElement) AddEventWheel(listener func(event *htmlevent.WheelEvent, currentTarget *SVGElement)) js.Func

AddWheel is adding doing AddEventListener for 'Wheel' on target. This method is returning allocated javascript function that need to be released.

func (*SVGElement) AttributeStyleMap

func (_this *SVGElement) AttributeStyleMap() *typedom.StylePropertyMap

AttributeStyleMap returning attribute 'attributeStyleMap' with type typedom.StylePropertyMap (idl: StylePropertyMap).

func (*SVGElement) Blur

func (_this *SVGElement) Blur()

func (*SVGElement) ClassName

func (_this *SVGElement) ClassName() *SVGAnimatedString

ClassName returning attribute 'className' with type SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGElement) CorrespondingElement

func (_this *SVGElement) CorrespondingElement() *SVGElement

CorrespondingElement returning attribute 'correspondingElement' with type SVGElement (idl: SVGElement).

func (*SVGElement) CorrespondingUseElement

func (_this *SVGElement) CorrespondingUseElement() *SVGUseElement

CorrespondingUseElement returning attribute 'correspondingUseElement' with type SVGUseElement (idl: SVGUseElement).

func (*SVGElement) Dataset

func (_this *SVGElement) Dataset() *domcore.DOMStringMap

Dataset returning attribute 'dataset' with type domcore.DOMStringMap (idl: DOMStringMap).

func (*SVGElement) Focus

func (_this *SVGElement) Focus(options *html.FocusOptions)

func (*SVGElement) Nonce

func (_this *SVGElement) Nonce() string

Nonce returning attribute 'nonce' with type string (idl: DOMString).

func (*SVGElement) OnAbort

func (_this *SVGElement) OnAbort() domcore.EventHandlerFunc

OnAbort returning attribute 'onabort' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnAnimationCancel

func (_this *SVGElement) OnAnimationCancel() domcore.EventHandlerFunc

OnAnimationCancel returning attribute 'onanimationcancel' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnAnimationEnd

func (_this *SVGElement) OnAnimationEnd() domcore.EventHandlerFunc

OnAnimationEnd returning attribute 'onanimationend' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnAnimationIteration

func (_this *SVGElement) OnAnimationIteration() domcore.EventHandlerFunc

OnAnimationIteration returning attribute 'onanimationiteration' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnAnimationStart

func (_this *SVGElement) OnAnimationStart() domcore.EventHandlerFunc

OnAnimationStart returning attribute 'onanimationstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnAuxclick

func (_this *SVGElement) OnAuxclick() domcore.EventHandlerFunc

OnAuxclick returning attribute 'onauxclick' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnBlur

func (_this *SVGElement) OnBlur() domcore.EventHandlerFunc

OnBlur returning attribute 'onblur' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnCanPlay

func (_this *SVGElement) OnCanPlay() domcore.EventHandlerFunc

OnCanPlay returning attribute 'oncanplay' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnCanPlayThrough

func (_this *SVGElement) OnCanPlayThrough() domcore.EventHandlerFunc

OnCanPlayThrough returning attribute 'oncanplaythrough' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnCancel

func (_this *SVGElement) OnCancel() domcore.EventHandlerFunc

OnCancel returning attribute 'oncancel' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnChange

func (_this *SVGElement) OnChange() domcore.EventHandlerFunc

OnChange returning attribute 'onchange' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnClick

func (_this *SVGElement) OnClick() domcore.EventHandlerFunc

OnClick returning attribute 'onclick' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnClose

func (_this *SVGElement) OnClose() domcore.EventHandlerFunc

OnClose returning attribute 'onclose' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnContextMenu

func (_this *SVGElement) OnContextMenu() domcore.EventHandlerFunc

OnContextMenu returning attribute 'oncontextmenu' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnCopy

func (_this *SVGElement) OnCopy() domcore.EventHandlerFunc

OnCopy returning attribute 'oncopy' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnCueChange

func (_this *SVGElement) OnCueChange() domcore.EventHandlerFunc

OnCueChange returning attribute 'oncuechange' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnCut

func (_this *SVGElement) OnCut() domcore.EventHandlerFunc

OnCut returning attribute 'oncut' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnDblClick

func (_this *SVGElement) OnDblClick() domcore.EventHandlerFunc

OnDblClick returning attribute 'ondblclick' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnDrag

func (_this *SVGElement) OnDrag() domcore.EventHandlerFunc

OnDrag returning attribute 'ondrag' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnDragEnd

func (_this *SVGElement) OnDragEnd() domcore.EventHandlerFunc

OnDragEnd returning attribute 'ondragend' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnDragEnter

func (_this *SVGElement) OnDragEnter() domcore.EventHandlerFunc

OnDragEnter returning attribute 'ondragenter' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnDragExit

func (_this *SVGElement) OnDragExit() domcore.EventHandlerFunc

OnDragExit returning attribute 'ondragexit' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnDragLeave

func (_this *SVGElement) OnDragLeave() domcore.EventHandlerFunc

OnDragLeave returning attribute 'ondragleave' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnDragOver

func (_this *SVGElement) OnDragOver() domcore.EventHandlerFunc

OnDragOver returning attribute 'ondragover' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnDragStart

func (_this *SVGElement) OnDragStart() domcore.EventHandlerFunc

OnDragStart returning attribute 'ondragstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnDrop

func (_this *SVGElement) OnDrop() domcore.EventHandlerFunc

OnDrop returning attribute 'ondrop' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnDurationChange

func (_this *SVGElement) OnDurationChange() domcore.EventHandlerFunc

OnDurationChange returning attribute 'ondurationchange' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnEmptied

func (_this *SVGElement) OnEmptied() domcore.EventHandlerFunc

OnEmptied returning attribute 'onemptied' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnEnded

func (_this *SVGElement) OnEnded() domcore.EventHandlerFunc

OnEnded returning attribute 'onended' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnError

OnError returning attribute 'onerror' with type htmlcommon.OnErrorEventHandler (idl: OnErrorEventHandlerNonNull).

func (*SVGElement) OnFocus

func (_this *SVGElement) OnFocus() domcore.EventHandlerFunc

OnFocus returning attribute 'onfocus' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnFormData

func (_this *SVGElement) OnFormData() domcore.EventHandlerFunc

OnFormData returning attribute 'onformdata' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnGotPointerCapture

func (_this *SVGElement) OnGotPointerCapture() domcore.EventHandlerFunc

OnGotPointerCapture returning attribute 'ongotpointercapture' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnInput

func (_this *SVGElement) OnInput() domcore.EventHandlerFunc

OnInput returning attribute 'oninput' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnInvalid

func (_this *SVGElement) OnInvalid() domcore.EventHandlerFunc

OnInvalid returning attribute 'oninvalid' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnKeyDown

func (_this *SVGElement) OnKeyDown() domcore.EventHandlerFunc

OnKeyDown returning attribute 'onkeydown' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnKeyPress

func (_this *SVGElement) OnKeyPress() domcore.EventHandlerFunc

OnKeyPress returning attribute 'onkeypress' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnKeyUp

func (_this *SVGElement) OnKeyUp() domcore.EventHandlerFunc

OnKeyUp returning attribute 'onkeyup' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnLoad

func (_this *SVGElement) OnLoad() domcore.EventHandlerFunc

OnLoad returning attribute 'onload' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnLoadEnd

func (_this *SVGElement) OnLoadEnd() domcore.EventHandlerFunc

OnLoadEnd returning attribute 'onloadend' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnLoadStart

func (_this *SVGElement) OnLoadStart() domcore.EventHandlerFunc

OnLoadStart returning attribute 'onloadstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnLoadedData

func (_this *SVGElement) OnLoadedData() domcore.EventHandlerFunc

OnLoadedData returning attribute 'onloadeddata' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnLoadedMetaData

func (_this *SVGElement) OnLoadedMetaData() domcore.EventHandlerFunc

OnLoadedMetaData returning attribute 'onloadedmetadata' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnLostPointerCapture

func (_this *SVGElement) OnLostPointerCapture() domcore.EventHandlerFunc

OnLostPointerCapture returning attribute 'onlostpointercapture' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnMouseDown

func (_this *SVGElement) OnMouseDown() domcore.EventHandlerFunc

OnMouseDown returning attribute 'onmousedown' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnMouseEnter

func (_this *SVGElement) OnMouseEnter() domcore.EventHandlerFunc

OnMouseEnter returning attribute 'onmouseenter' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnMouseLeave

func (_this *SVGElement) OnMouseLeave() domcore.EventHandlerFunc

OnMouseLeave returning attribute 'onmouseleave' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnMouseMove

func (_this *SVGElement) OnMouseMove() domcore.EventHandlerFunc

OnMouseMove returning attribute 'onmousemove' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnMouseOut

func (_this *SVGElement) OnMouseOut() domcore.EventHandlerFunc

OnMouseOut returning attribute 'onmouseout' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnMouseOver

func (_this *SVGElement) OnMouseOver() domcore.EventHandlerFunc

OnMouseOver returning attribute 'onmouseover' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnMouseUp

func (_this *SVGElement) OnMouseUp() domcore.EventHandlerFunc

OnMouseUp returning attribute 'onmouseup' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnPaste

func (_this *SVGElement) OnPaste() domcore.EventHandlerFunc

OnPaste returning attribute 'onpaste' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnPause

func (_this *SVGElement) OnPause() domcore.EventHandlerFunc

OnPause returning attribute 'onpause' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnPlay

func (_this *SVGElement) OnPlay() domcore.EventHandlerFunc

OnPlay returning attribute 'onplay' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnPlaying

func (_this *SVGElement) OnPlaying() domcore.EventHandlerFunc

OnPlaying returning attribute 'onplaying' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnPointerCancel

func (_this *SVGElement) OnPointerCancel() domcore.EventHandlerFunc

OnPointerCancel returning attribute 'onpointercancel' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnPointerDown

func (_this *SVGElement) OnPointerDown() domcore.EventHandlerFunc

OnPointerDown returning attribute 'onpointerdown' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnPointerEnter

func (_this *SVGElement) OnPointerEnter() domcore.EventHandlerFunc

OnPointerEnter returning attribute 'onpointerenter' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnPointerLeave

func (_this *SVGElement) OnPointerLeave() domcore.EventHandlerFunc

OnPointerLeave returning attribute 'onpointerleave' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnPointerMove

func (_this *SVGElement) OnPointerMove() domcore.EventHandlerFunc

OnPointerMove returning attribute 'onpointermove' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnPointerOut

func (_this *SVGElement) OnPointerOut() domcore.EventHandlerFunc

OnPointerOut returning attribute 'onpointerout' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnPointerOver

func (_this *SVGElement) OnPointerOver() domcore.EventHandlerFunc

OnPointerOver returning attribute 'onpointerover' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnPointerUp

func (_this *SVGElement) OnPointerUp() domcore.EventHandlerFunc

OnPointerUp returning attribute 'onpointerup' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnProgress

func (_this *SVGElement) OnProgress() domcore.EventHandlerFunc

OnProgress returning attribute 'onprogress' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnRateChange

func (_this *SVGElement) OnRateChange() domcore.EventHandlerFunc

OnRateChange returning attribute 'onratechange' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnReset

func (_this *SVGElement) OnReset() domcore.EventHandlerFunc

OnReset returning attribute 'onreset' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnResize

func (_this *SVGElement) OnResize() domcore.EventHandlerFunc

OnResize returning attribute 'onresize' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnScroll

func (_this *SVGElement) OnScroll() domcore.EventHandlerFunc

OnScroll returning attribute 'onscroll' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnSecurityPolicyViolation

func (_this *SVGElement) OnSecurityPolicyViolation() domcore.EventHandlerFunc

OnSecurityPolicyViolation returning attribute 'onsecuritypolicyviolation' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnSeeked

func (_this *SVGElement) OnSeeked() domcore.EventHandlerFunc

OnSeeked returning attribute 'onseeked' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnSeeking

func (_this *SVGElement) OnSeeking() domcore.EventHandlerFunc

OnSeeking returning attribute 'onseeking' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnSelect

func (_this *SVGElement) OnSelect() domcore.EventHandlerFunc

OnSelect returning attribute 'onselect' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnSelectStart

func (_this *SVGElement) OnSelectStart() domcore.EventHandlerFunc

OnSelectStart returning attribute 'onselectstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnSelectionChange

func (_this *SVGElement) OnSelectionChange() domcore.EventHandlerFunc

OnSelectionChange returning attribute 'onselectionchange' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnStalled

func (_this *SVGElement) OnStalled() domcore.EventHandlerFunc

OnStalled returning attribute 'onstalled' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnSubmit

func (_this *SVGElement) OnSubmit() domcore.EventHandlerFunc

OnSubmit returning attribute 'onsubmit' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnSuspend

func (_this *SVGElement) OnSuspend() domcore.EventHandlerFunc

OnSuspend returning attribute 'onsuspend' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnTimeUpdate

func (_this *SVGElement) OnTimeUpdate() domcore.EventHandlerFunc

OnTimeUpdate returning attribute 'ontimeupdate' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnToggle

func (_this *SVGElement) OnToggle() domcore.EventHandlerFunc

OnToggle returning attribute 'ontoggle' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnTouchCancel

func (_this *SVGElement) OnTouchCancel() domcore.EventHandlerFunc

OnTouchCancel returning attribute 'ontouchcancel' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnTouchEnd

func (_this *SVGElement) OnTouchEnd() domcore.EventHandlerFunc

OnTouchEnd returning attribute 'ontouchend' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnTouchMove

func (_this *SVGElement) OnTouchMove() domcore.EventHandlerFunc

OnTouchMove returning attribute 'ontouchmove' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnTouchStart

func (_this *SVGElement) OnTouchStart() domcore.EventHandlerFunc

OnTouchStart returning attribute 'ontouchstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnTransitionCancel

func (_this *SVGElement) OnTransitionCancel() domcore.EventHandlerFunc

OnTransitionCancel returning attribute 'ontransitioncancel' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnTransitionEnd

func (_this *SVGElement) OnTransitionEnd() domcore.EventHandlerFunc

OnTransitionEnd returning attribute 'ontransitionend' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnTransitionRun

func (_this *SVGElement) OnTransitionRun() domcore.EventHandlerFunc

OnTransitionRun returning attribute 'ontransitionrun' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnTransitionStart

func (_this *SVGElement) OnTransitionStart() domcore.EventHandlerFunc

OnTransitionStart returning attribute 'ontransitionstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnVolumeChange

func (_this *SVGElement) OnVolumeChange() domcore.EventHandlerFunc

OnVolumeChange returning attribute 'onvolumechange' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnWaiting

func (_this *SVGElement) OnWaiting() domcore.EventHandlerFunc

OnWaiting returning attribute 'onwaiting' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OnWheel

func (_this *SVGElement) OnWheel() domcore.EventHandlerFunc

OnWheel returning attribute 'onwheel' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGElement) OwnerSVGElement

func (_this *SVGElement) OwnerSVGElement() *SVGSVGElement

OwnerSVGElement returning attribute 'ownerSVGElement' with type SVGSVGElement (idl: SVGSVGElement).

func (*SVGElement) SetNonce

func (_this *SVGElement) SetNonce(value string)

SetNonce setting attribute 'nonce' with type string (idl: DOMString).

func (*SVGElement) SetOnAbort

func (_this *SVGElement) SetOnAbort(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnAbort is assigning a function to 'onabort'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnAnimationCancel

func (_this *SVGElement) SetOnAnimationCancel(listener func(event *animations.AnimationEvent, currentTarget *SVGElement)) js.Func

SetOnAnimationCancel is assigning a function to 'onanimationcancel'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnAnimationEnd

func (_this *SVGElement) SetOnAnimationEnd(listener func(event *animations.AnimationEvent, currentTarget *SVGElement)) js.Func

SetOnAnimationEnd is assigning a function to 'onanimationend'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnAnimationIteration

func (_this *SVGElement) SetOnAnimationIteration(listener func(event *animations.AnimationEvent, currentTarget *SVGElement)) js.Func

SetOnAnimationIteration is assigning a function to 'onanimationiteration'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnAnimationStart

func (_this *SVGElement) SetOnAnimationStart(listener func(event *animations.AnimationEvent, currentTarget *SVGElement)) js.Func

SetOnAnimationStart is assigning a function to 'onanimationstart'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnAuxclick

func (_this *SVGElement) SetOnAuxclick(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

SetOnAuxclick is assigning a function to 'onauxclick'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnBlur

func (_this *SVGElement) SetOnBlur(listener func(event *htmlevent.FocusEvent, currentTarget *SVGElement)) js.Func

SetOnBlur is assigning a function to 'onblur'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnCanPlay

func (_this *SVGElement) SetOnCanPlay(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnCanPlay is assigning a function to 'oncanplay'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnCanPlayThrough

func (_this *SVGElement) SetOnCanPlayThrough(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnCanPlayThrough is assigning a function to 'oncanplaythrough'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnCancel

func (_this *SVGElement) SetOnCancel(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnCancel is assigning a function to 'oncancel'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnChange

func (_this *SVGElement) SetOnChange(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnChange is assigning a function to 'onchange'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnClick

func (_this *SVGElement) SetOnClick(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

SetOnClick is assigning a function to 'onclick'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnClose

func (_this *SVGElement) SetOnClose(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnClose is assigning a function to 'onclose'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnContextMenu

func (_this *SVGElement) SetOnContextMenu(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

SetOnContextMenu is assigning a function to 'oncontextmenu'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnCopy

func (_this *SVGElement) SetOnCopy(listener func(event *clipboard.ClipboardEvent, currentTarget *SVGElement)) js.Func

SetOnCopy is assigning a function to 'oncopy'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnCueChange

func (_this *SVGElement) SetOnCueChange(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnCueChange is assigning a function to 'oncuechange'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnCut

func (_this *SVGElement) SetOnCut(listener func(event *clipboard.ClipboardEvent, currentTarget *SVGElement)) js.Func

SetOnCut is assigning a function to 'oncut'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnDblClick

func (_this *SVGElement) SetOnDblClick(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

SetOnDblClick is assigning a function to 'ondblclick'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnDrag

func (_this *SVGElement) SetOnDrag(listener func(event *htmlevent.DragEvent, currentTarget *SVGElement)) js.Func

SetOnDrag is assigning a function to 'ondrag'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnDragEnd

func (_this *SVGElement) SetOnDragEnd(listener func(event *htmlevent.DragEvent, currentTarget *SVGElement)) js.Func

SetOnDragEnd is assigning a function to 'ondragend'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnDragEnter

func (_this *SVGElement) SetOnDragEnter(listener func(event *htmlevent.DragEvent, currentTarget *SVGElement)) js.Func

SetOnDragEnter is assigning a function to 'ondragenter'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnDragExit

func (_this *SVGElement) SetOnDragExit(listener func(event *htmlevent.DragEvent, currentTarget *SVGElement)) js.Func

SetOnDragExit is assigning a function to 'ondragexit'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnDragLeave

func (_this *SVGElement) SetOnDragLeave(listener func(event *htmlevent.DragEvent, currentTarget *SVGElement)) js.Func

SetOnDragLeave is assigning a function to 'ondragleave'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnDragOver

func (_this *SVGElement) SetOnDragOver(listener func(event *htmlevent.DragEvent, currentTarget *SVGElement)) js.Func

SetOnDragOver is assigning a function to 'ondragover'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnDragStart

func (_this *SVGElement) SetOnDragStart(listener func(event *htmlevent.DragEvent, currentTarget *SVGElement)) js.Func

SetOnDragStart is assigning a function to 'ondragstart'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnDrop

func (_this *SVGElement) SetOnDrop(listener func(event *htmlevent.DragEvent, currentTarget *SVGElement)) js.Func

SetOnDrop is assigning a function to 'ondrop'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnDurationChange

func (_this *SVGElement) SetOnDurationChange(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnDurationChange is assigning a function to 'ondurationchange'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnEmptied

func (_this *SVGElement) SetOnEmptied(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnEmptied is assigning a function to 'onemptied'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnEnded

func (_this *SVGElement) SetOnEnded(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnEnded is assigning a function to 'onended'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnError

func (_this *SVGElement) SetOnError(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnError is assigning a function to 'onerror'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnFocus

func (_this *SVGElement) SetOnFocus(listener func(event *htmlevent.FocusEvent, currentTarget *SVGElement)) js.Func

SetOnFocus is assigning a function to 'onfocus'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnFormData

func (_this *SVGElement) SetOnFormData(listener func(event *html.FormDataEvent, currentTarget *SVGElement)) js.Func

SetOnFormData is assigning a function to 'onformdata'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnGotPointerCapture

func (_this *SVGElement) SetOnGotPointerCapture(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

SetOnGotPointerCapture is assigning a function to 'ongotpointercapture'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnInput

func (_this *SVGElement) SetOnInput(listener func(event *htmlevent.InputEvent, currentTarget *SVGElement)) js.Func

SetOnInput is assigning a function to 'oninput'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnInvalid

func (_this *SVGElement) SetOnInvalid(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnInvalid is assigning a function to 'oninvalid'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnKeyDown

func (_this *SVGElement) SetOnKeyDown(listener func(event *htmlevent.KeyboardEvent, currentTarget *SVGElement)) js.Func

SetOnKeyDown is assigning a function to 'onkeydown'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnKeyPress

func (_this *SVGElement) SetOnKeyPress(listener func(event *htmlevent.KeyboardEvent, currentTarget *SVGElement)) js.Func

SetOnKeyPress is assigning a function to 'onkeypress'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnKeyUp

func (_this *SVGElement) SetOnKeyUp(listener func(event *htmlevent.KeyboardEvent, currentTarget *SVGElement)) js.Func

SetOnKeyUp is assigning a function to 'onkeyup'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnLoad

func (_this *SVGElement) SetOnLoad(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnLoad is assigning a function to 'onload'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnLoadEnd

func (_this *SVGElement) SetOnLoadEnd(listener func(event *xhr.ProgressEvent, currentTarget *SVGElement)) js.Func

SetOnLoadEnd is assigning a function to 'onloadend'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnLoadStart

func (_this *SVGElement) SetOnLoadStart(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnLoadStart is assigning a function to 'onloadstart'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnLoadedData

func (_this *SVGElement) SetOnLoadedData(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnLoadedData is assigning a function to 'onloadeddata'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnLoadedMetaData

func (_this *SVGElement) SetOnLoadedMetaData(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnLoadedMetaData is assigning a function to 'onloadedmetadata'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnLostPointerCapture

func (_this *SVGElement) SetOnLostPointerCapture(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

SetOnLostPointerCapture is assigning a function to 'onlostpointercapture'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnMouseDown

func (_this *SVGElement) SetOnMouseDown(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

SetOnMouseDown is assigning a function to 'onmousedown'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnMouseEnter

func (_this *SVGElement) SetOnMouseEnter(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

SetOnMouseEnter is assigning a function to 'onmouseenter'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnMouseLeave

func (_this *SVGElement) SetOnMouseLeave(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

SetOnMouseLeave is assigning a function to 'onmouseleave'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnMouseMove

func (_this *SVGElement) SetOnMouseMove(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

SetOnMouseMove is assigning a function to 'onmousemove'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnMouseOut

func (_this *SVGElement) SetOnMouseOut(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

SetOnMouseOut is assigning a function to 'onmouseout'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnMouseOver

func (_this *SVGElement) SetOnMouseOver(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

SetOnMouseOver is assigning a function to 'onmouseover'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnMouseUp

func (_this *SVGElement) SetOnMouseUp(listener func(event *htmlevent.MouseEvent, currentTarget *SVGElement)) js.Func

SetOnMouseUp is assigning a function to 'onmouseup'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnPaste

func (_this *SVGElement) SetOnPaste(listener func(event *clipboard.ClipboardEvent, currentTarget *SVGElement)) js.Func

SetOnPaste is assigning a function to 'onpaste'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnPause

func (_this *SVGElement) SetOnPause(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnPause is assigning a function to 'onpause'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnPlay

func (_this *SVGElement) SetOnPlay(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnPlay is assigning a function to 'onplay'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnPlaying

func (_this *SVGElement) SetOnPlaying(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnPlaying is assigning a function to 'onplaying'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnPointerCancel

func (_this *SVGElement) SetOnPointerCancel(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

SetOnPointerCancel is assigning a function to 'onpointercancel'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnPointerDown

func (_this *SVGElement) SetOnPointerDown(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

SetOnPointerDown is assigning a function to 'onpointerdown'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnPointerEnter

func (_this *SVGElement) SetOnPointerEnter(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

SetOnPointerEnter is assigning a function to 'onpointerenter'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnPointerLeave

func (_this *SVGElement) SetOnPointerLeave(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

SetOnPointerLeave is assigning a function to 'onpointerleave'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnPointerMove

func (_this *SVGElement) SetOnPointerMove(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

SetOnPointerMove is assigning a function to 'onpointermove'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnPointerOut

func (_this *SVGElement) SetOnPointerOut(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

SetOnPointerOut is assigning a function to 'onpointerout'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnPointerOver

func (_this *SVGElement) SetOnPointerOver(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

SetOnPointerOver is assigning a function to 'onpointerover'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnPointerUp

func (_this *SVGElement) SetOnPointerUp(listener func(event *htmlevent.PointerEvent, currentTarget *SVGElement)) js.Func

SetOnPointerUp is assigning a function to 'onpointerup'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnProgress

func (_this *SVGElement) SetOnProgress(listener func(event *xhr.ProgressEvent, currentTarget *SVGElement)) js.Func

SetOnProgress is assigning a function to 'onprogress'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnRateChange

func (_this *SVGElement) SetOnRateChange(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnRateChange is assigning a function to 'onratechange'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnReset

func (_this *SVGElement) SetOnReset(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnReset is assigning a function to 'onreset'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnResize

func (_this *SVGElement) SetOnResize(listener func(event *htmlevent.UIEvent, currentTarget *SVGElement)) js.Func

SetOnResize is assigning a function to 'onresize'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnScroll

func (_this *SVGElement) SetOnScroll(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnScroll is assigning a function to 'onscroll'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnSecurityPolicyViolation

func (_this *SVGElement) SetOnSecurityPolicyViolation(listener func(event *csp.SecurityPolicyViolationEvent, currentTarget *SVGElement)) js.Func

SetOnSecurityPolicyViolation is assigning a function to 'onsecuritypolicyviolation'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnSeeked

func (_this *SVGElement) SetOnSeeked(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnSeeked is assigning a function to 'onseeked'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnSeeking

func (_this *SVGElement) SetOnSeeking(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnSeeking is assigning a function to 'onseeking'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnSelect

func (_this *SVGElement) SetOnSelect(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnSelect is assigning a function to 'onselect'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnSelectStart

func (_this *SVGElement) SetOnSelectStart(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnSelectStart is assigning a function to 'onselectstart'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnSelectionChange

func (_this *SVGElement) SetOnSelectionChange(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnSelectionChange is assigning a function to 'onselectionchange'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnStalled

func (_this *SVGElement) SetOnStalled(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnStalled is assigning a function to 'onstalled'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnSubmit

func (_this *SVGElement) SetOnSubmit(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnSubmit is assigning a function to 'onsubmit'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnSuspend

func (_this *SVGElement) SetOnSuspend(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnSuspend is assigning a function to 'onsuspend'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnTimeUpdate

func (_this *SVGElement) SetOnTimeUpdate(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnTimeUpdate is assigning a function to 'ontimeupdate'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnToggle

func (_this *SVGElement) SetOnToggle(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnToggle is assigning a function to 'ontoggle'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnTouchCancel

func (_this *SVGElement) SetOnTouchCancel(listener func(event *touchevents.TouchEvent, currentTarget *SVGElement)) js.Func

SetOnTouchCancel is assigning a function to 'ontouchcancel'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnTouchEnd

func (_this *SVGElement) SetOnTouchEnd(listener func(event *touchevents.TouchEvent, currentTarget *SVGElement)) js.Func

SetOnTouchEnd is assigning a function to 'ontouchend'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnTouchMove

func (_this *SVGElement) SetOnTouchMove(listener func(event *touchevents.TouchEvent, currentTarget *SVGElement)) js.Func

SetOnTouchMove is assigning a function to 'ontouchmove'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnTouchStart

func (_this *SVGElement) SetOnTouchStart(listener func(event *touchevents.TouchEvent, currentTarget *SVGElement)) js.Func

SetOnTouchStart is assigning a function to 'ontouchstart'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnTransitionCancel

func (_this *SVGElement) SetOnTransitionCancel(listener func(event *transitions.TransitionEvent, currentTarget *SVGElement)) js.Func

SetOnTransitionCancel is assigning a function to 'ontransitioncancel'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnTransitionEnd

func (_this *SVGElement) SetOnTransitionEnd(listener func(event *transitions.TransitionEvent, currentTarget *SVGElement)) js.Func

SetOnTransitionEnd is assigning a function to 'ontransitionend'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnTransitionRun

func (_this *SVGElement) SetOnTransitionRun(listener func(event *transitions.TransitionEvent, currentTarget *SVGElement)) js.Func

SetOnTransitionRun is assigning a function to 'ontransitionrun'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnTransitionStart

func (_this *SVGElement) SetOnTransitionStart(listener func(event *transitions.TransitionEvent, currentTarget *SVGElement)) js.Func

SetOnTransitionStart is assigning a function to 'ontransitionstart'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnVolumeChange

func (_this *SVGElement) SetOnVolumeChange(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnVolumeChange is assigning a function to 'onvolumechange'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnWaiting

func (_this *SVGElement) SetOnWaiting(listener func(event *domcore.Event, currentTarget *SVGElement)) js.Func

SetOnWaiting is assigning a function to 'onwaiting'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetOnWheel

func (_this *SVGElement) SetOnWheel(listener func(event *htmlevent.WheelEvent, currentTarget *SVGElement)) js.Func

SetOnWheel is assigning a function to 'onwheel'. This This method is returning allocated javascript function that need to be released.

func (*SVGElement) SetTabIndex

func (_this *SVGElement) SetTabIndex(value int)

SetTabIndex setting attribute 'tabIndex' with type int (idl: long).

func (*SVGElement) Style

func (_this *SVGElement) Style() *cssom.CSSStyleDeclaration

Style returning attribute 'style' with type cssom.CSSStyleDeclaration (idl: CSSStyleDeclaration).

func (*SVGElement) TabIndex

func (_this *SVGElement) TabIndex() int

TabIndex returning attribute 'tabIndex' with type int (idl: long).

func (*SVGElement) ViewportElement

func (_this *SVGElement) ViewportElement() *SVGElement

ViewportElement returning attribute 'viewportElement' with type SVGElement (idl: SVGElement).

type SVGEllipseElement

type SVGEllipseElement struct {
	SVGGeometryElement
}

class: SVGEllipseElement

func SVGEllipseElementFromJS

func SVGEllipseElementFromJS(value js.Wrapper) *SVGEllipseElement

SVGEllipseElementFromJS is casting a js.Wrapper into SVGEllipseElement.

func (*SVGEllipseElement) Cx

func (_this *SVGEllipseElement) Cx() *SVGAnimatedLength

Cx returning attribute 'cx' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGEllipseElement) Cy

func (_this *SVGEllipseElement) Cy() *SVGAnimatedLength

Cy returning attribute 'cy' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGEllipseElement) Rx

func (_this *SVGEllipseElement) Rx() *SVGAnimatedLength

Rx returning attribute 'rx' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGEllipseElement) Ry

func (_this *SVGEllipseElement) Ry() *SVGAnimatedLength

Ry returning attribute 'ry' with type SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGForeignObjectElement

type SVGForeignObjectElement struct {
	SVGGraphicsElement
}

class: SVGForeignObjectElement

func SVGForeignObjectElementFromJS

func SVGForeignObjectElementFromJS(value js.Wrapper) *SVGForeignObjectElement

SVGForeignObjectElementFromJS is casting a js.Wrapper into SVGForeignObjectElement.

func (*SVGForeignObjectElement) Height

func (_this *SVGForeignObjectElement) Height() *SVGAnimatedLength

Height returning attribute 'height' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGForeignObjectElement) Width

Width returning attribute 'width' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGForeignObjectElement) X

X returning attribute 'x' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGForeignObjectElement) Y

Y returning attribute 'y' with type SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGGElement

type SVGGElement struct {
	SVGGraphicsElement
}

class: SVGGElement

func SVGGElementFromJS

func SVGGElementFromJS(value js.Wrapper) *SVGGElement

SVGGElementFromJS is casting a js.Wrapper into SVGGElement.

type SVGGeometryElement

type SVGGeometryElement struct {
	SVGGraphicsElement
}

class: SVGGeometryElement

func SVGGeometryElementFromJS

func SVGGeometryElementFromJS(value js.Wrapper) *SVGGeometryElement

SVGGeometryElementFromJS is casting a js.Wrapper into SVGGeometryElement.

func (*SVGGeometryElement) GetPointAtLength

func (_this *SVGGeometryElement) GetPointAtLength(distance float32) (_result *geometry.DOMPoint)

func (*SVGGeometryElement) GetTotalLength

func (_this *SVGGeometryElement) GetTotalLength() (_result float32)

func (*SVGGeometryElement) IsPointInFill

func (_this *SVGGeometryElement) IsPointInFill(point *geometry.DOMPointInit) (_result bool)

func (*SVGGeometryElement) IsPointInStroke

func (_this *SVGGeometryElement) IsPointInStroke(point *geometry.DOMPointInit) (_result bool)

func (*SVGGeometryElement) PathLength

func (_this *SVGGeometryElement) PathLength() *SVGAnimatedNumber

PathLength returning attribute 'pathLength' with type SVGAnimatedNumber (idl: SVGAnimatedNumber).

type SVGGradientElement

type SVGGradientElement struct {
	SVGElement
}

class: SVGGradientElement

func SVGGradientElementFromJS

func SVGGradientElementFromJS(value js.Wrapper) *SVGGradientElement

SVGGradientElementFromJS is casting a js.Wrapper into SVGGradientElement.

func (*SVGGradientElement) GradientTransform

func (_this *SVGGradientElement) GradientTransform() *SVGAnimatedTransformList

GradientTransform returning attribute 'gradientTransform' with type SVGAnimatedTransformList (idl: SVGAnimatedTransformList).

func (*SVGGradientElement) GradientUnits

func (_this *SVGGradientElement) GradientUnits() *SVGAnimatedEnumeration

GradientUnits returning attribute 'gradientUnits' with type SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGGradientElement) Href

func (_this *SVGGradientElement) Href() *SVGAnimatedString

Href returning attribute 'href' with type SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGGradientElement) SpreadMethod

func (_this *SVGGradientElement) SpreadMethod() *SVGAnimatedEnumeration

SpreadMethod returning attribute 'spreadMethod' with type SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

type SVGGraphicsElement

type SVGGraphicsElement struct {
	SVGElement
}

class: SVGGraphicsElement

func SVGGraphicsElementFromJS

func SVGGraphicsElementFromJS(value js.Wrapper) *SVGGraphicsElement

SVGGraphicsElementFromJS is casting a js.Wrapper into SVGGraphicsElement.

func (*SVGGraphicsElement) GetBBox

func (_this *SVGGraphicsElement) GetBBox(options *SVGBoundingBoxOptions) (_result *geometry.DOMRect)

func (*SVGGraphicsElement) GetCTM

func (_this *SVGGraphicsElement) GetCTM() (_result *geometry.DOMMatrix)

func (*SVGGraphicsElement) GetScreenCTM

func (_this *SVGGraphicsElement) GetScreenCTM() (_result *geometry.DOMMatrix)

func (*SVGGraphicsElement) RequiredExtensions

func (_this *SVGGraphicsElement) RequiredExtensions() *SVGStringList

RequiredExtensions returning attribute 'requiredExtensions' with type SVGStringList (idl: SVGStringList).

func (*SVGGraphicsElement) SystemLanguage

func (_this *SVGGraphicsElement) SystemLanguage() *SVGStringList

SystemLanguage returning attribute 'systemLanguage' with type SVGStringList (idl: SVGStringList).

func (*SVGGraphicsElement) Transform

func (_this *SVGGraphicsElement) Transform() *SVGAnimatedTransformList

Transform returning attribute 'transform' with type SVGAnimatedTransformList (idl: SVGAnimatedTransformList).

type SVGImageElement

type SVGImageElement struct {
	SVGGraphicsElement
}

class: SVGImageElement

func SVGImageElementFromJS

func SVGImageElementFromJS(value js.Wrapper) *SVGImageElement

SVGImageElementFromJS is casting a js.Wrapper into SVGImageElement.

func (*SVGImageElement) CrossOrigin

func (_this *SVGImageElement) CrossOrigin() *string

CrossOrigin returning attribute 'crossOrigin' with type string (idl: DOMString).

func (*SVGImageElement) Height

func (_this *SVGImageElement) Height() *SVGAnimatedLength

Height returning attribute 'height' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGImageElement) Href

func (_this *SVGImageElement) Href() *SVGAnimatedString

Href returning attribute 'href' with type SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGImageElement) PreserveAspectRatio

func (_this *SVGImageElement) PreserveAspectRatio() *SVGAnimatedPreserveAspectRatio

PreserveAspectRatio returning attribute 'preserveAspectRatio' with type SVGAnimatedPreserveAspectRatio (idl: SVGAnimatedPreserveAspectRatio).

func (*SVGImageElement) SetCrossOrigin

func (_this *SVGImageElement) SetCrossOrigin(value *string)

SetCrossOrigin setting attribute 'crossOrigin' with type string (idl: DOMString).

func (*SVGImageElement) Width

func (_this *SVGImageElement) Width() *SVGAnimatedLength

Width returning attribute 'width' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGImageElement) X

func (_this *SVGImageElement) X() *SVGAnimatedLength

X returning attribute 'x' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGImageElement) Y

func (_this *SVGImageElement) Y() *SVGAnimatedLength

Y returning attribute 'y' with type SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGLength

type SVGLength struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGLength

func SVGLengthFromJS

func SVGLengthFromJS(value js.Wrapper) *SVGLength

SVGLengthFromJS is casting a js.Wrapper into SVGLength.

func (*SVGLength) ConvertToSpecifiedUnits

func (_this *SVGLength) ConvertToSpecifiedUnits(unitType int)

func (*SVGLength) JSValue

func (_this *SVGLength) JSValue() js.Value

func (*SVGLength) NewValueSpecifiedUnits

func (_this *SVGLength) NewValueSpecifiedUnits(unitType int, valueInSpecifiedUnits float32)

func (*SVGLength) SetValue

func (_this *SVGLength) SetValue(value float32)

SetValue setting attribute 'value' with type float32 (idl: float).

func (*SVGLength) SetValueAsString

func (_this *SVGLength) SetValueAsString(value string)

SetValueAsString setting attribute 'valueAsString' with type string (idl: DOMString).

func (*SVGLength) SetValueInSpecifiedUnits

func (_this *SVGLength) SetValueInSpecifiedUnits(value float32)

SetValueInSpecifiedUnits setting attribute 'valueInSpecifiedUnits' with type float32 (idl: float).

func (*SVGLength) UnitType

func (_this *SVGLength) UnitType() int

UnitType returning attribute 'unitType' with type int (idl: unsigned short).

func (*SVGLength) Value

func (_this *SVGLength) Value() float32

Value returning attribute 'value' with type float32 (idl: float).

func (*SVGLength) ValueAsString

func (_this *SVGLength) ValueAsString() string

ValueAsString returning attribute 'valueAsString' with type string (idl: DOMString).

func (*SVGLength) ValueInSpecifiedUnits

func (_this *SVGLength) ValueInSpecifiedUnits() float32

ValueInSpecifiedUnits returning attribute 'valueInSpecifiedUnits' with type float32 (idl: float).

type SVGLengthList

type SVGLengthList struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGLengthList

func SVGLengthListFromJS

func SVGLengthListFromJS(value js.Wrapper) *SVGLengthList

SVGLengthListFromJS is casting a js.Wrapper into SVGLengthList.

func (*SVGLengthList) AppendItem

func (_this *SVGLengthList) AppendItem(newItem *SVGLength) (_result *SVGLength)

func (*SVGLengthList) Clear

func (_this *SVGLengthList) Clear()

func (*SVGLengthList) GetItem

func (_this *SVGLengthList) GetItem(index uint) (_result *SVGLength)

func (*SVGLengthList) Index

func (_this *SVGLengthList) Index(index uint) (_result *SVGLength)

func (*SVGLengthList) Initialize

func (_this *SVGLengthList) Initialize(newItem *SVGLength) (_result *SVGLength)

func (*SVGLengthList) InsertItemBefore

func (_this *SVGLengthList) InsertItemBefore(newItem *SVGLength, index uint) (_result *SVGLength)

func (*SVGLengthList) JSValue

func (_this *SVGLengthList) JSValue() js.Value

func (*SVGLengthList) Length

func (_this *SVGLengthList) Length() uint

Length returning attribute 'length' with type uint (idl: unsigned long).

func (*SVGLengthList) NumberOfItems

func (_this *SVGLengthList) NumberOfItems() uint

NumberOfItems returning attribute 'numberOfItems' with type uint (idl: unsigned long).

func (*SVGLengthList) RemoveItem

func (_this *SVGLengthList) RemoveItem(index uint) (_result *SVGLength)

func (*SVGLengthList) ReplaceItem

func (_this *SVGLengthList) ReplaceItem(newItem *SVGLength, index uint) (_result *SVGLength)

func (*SVGLengthList) SetIndex

func (_this *SVGLengthList) SetIndex(index uint, newItem *SVGLength)

type SVGLineElement

type SVGLineElement struct {
	SVGGeometryElement
}

class: SVGLineElement

func SVGLineElementFromJS

func SVGLineElementFromJS(value js.Wrapper) *SVGLineElement

SVGLineElementFromJS is casting a js.Wrapper into SVGLineElement.

func (*SVGLineElement) X1

func (_this *SVGLineElement) X1() *SVGAnimatedLength

X1 returning attribute 'x1' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGLineElement) X2

func (_this *SVGLineElement) X2() *SVGAnimatedLength

X2 returning attribute 'x2' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGLineElement) Y1

func (_this *SVGLineElement) Y1() *SVGAnimatedLength

Y1 returning attribute 'y1' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGLineElement) Y2

func (_this *SVGLineElement) Y2() *SVGAnimatedLength

Y2 returning attribute 'y2' with type SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGLinearGradientElement

type SVGLinearGradientElement struct {
	SVGGradientElement
}

class: SVGLinearGradientElement

func SVGLinearGradientElementFromJS

func SVGLinearGradientElementFromJS(value js.Wrapper) *SVGLinearGradientElement

SVGLinearGradientElementFromJS is casting a js.Wrapper into SVGLinearGradientElement.

func (*SVGLinearGradientElement) X1

X1 returning attribute 'x1' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGLinearGradientElement) X2

X2 returning attribute 'x2' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGLinearGradientElement) Y1

Y1 returning attribute 'y1' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGLinearGradientElement) Y2

Y2 returning attribute 'y2' with type SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGMarkerElement

type SVGMarkerElement struct {
	SVGElement
}

class: SVGMarkerElement

func SVGMarkerElementFromJS

func SVGMarkerElementFromJS(value js.Wrapper) *SVGMarkerElement

SVGMarkerElementFromJS is casting a js.Wrapper into SVGMarkerElement.

func (*SVGMarkerElement) MarkerHeight

func (_this *SVGMarkerElement) MarkerHeight() *SVGAnimatedLength

MarkerHeight returning attribute 'markerHeight' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGMarkerElement) MarkerUnits

func (_this *SVGMarkerElement) MarkerUnits() *SVGAnimatedEnumeration

MarkerUnits returning attribute 'markerUnits' with type SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGMarkerElement) MarkerWidth

func (_this *SVGMarkerElement) MarkerWidth() *SVGAnimatedLength

MarkerWidth returning attribute 'markerWidth' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGMarkerElement) Orient

func (_this *SVGMarkerElement) Orient() string

Orient returning attribute 'orient' with type string (idl: DOMString).

func (*SVGMarkerElement) OrientAngle

func (_this *SVGMarkerElement) OrientAngle() *SVGAnimatedAngle

OrientAngle returning attribute 'orientAngle' with type SVGAnimatedAngle (idl: SVGAnimatedAngle).

func (*SVGMarkerElement) OrientType

func (_this *SVGMarkerElement) OrientType() *SVGAnimatedEnumeration

OrientType returning attribute 'orientType' with type SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGMarkerElement) PreserveAspectRatio

func (_this *SVGMarkerElement) PreserveAspectRatio() *SVGAnimatedPreserveAspectRatio

PreserveAspectRatio returning attribute 'preserveAspectRatio' with type SVGAnimatedPreserveAspectRatio (idl: SVGAnimatedPreserveAspectRatio).

func (*SVGMarkerElement) RefX

func (_this *SVGMarkerElement) RefX() *SVGAnimatedLength

RefX returning attribute 'refX' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGMarkerElement) RefY

func (_this *SVGMarkerElement) RefY() *SVGAnimatedLength

RefY returning attribute 'refY' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGMarkerElement) SetOrient

func (_this *SVGMarkerElement) SetOrient(value string)

SetOrient setting attribute 'orient' with type string (idl: DOMString).

func (*SVGMarkerElement) SetOrientToAngle

func (_this *SVGMarkerElement) SetOrientToAngle(angle *SVGAngle)

func (*SVGMarkerElement) SetOrientToAuto

func (_this *SVGMarkerElement) SetOrientToAuto()

func (*SVGMarkerElement) ViewBox

func (_this *SVGMarkerElement) ViewBox() *SVGAnimatedRect

ViewBox returning attribute 'viewBox' with type SVGAnimatedRect (idl: SVGAnimatedRect).

type SVGMetadataElement

type SVGMetadataElement struct {
	SVGElement
}

class: SVGMetadataElement

func SVGMetadataElementFromJS

func SVGMetadataElementFromJS(value js.Wrapper) *SVGMetadataElement

SVGMetadataElementFromJS is casting a js.Wrapper into SVGMetadataElement.

type SVGNumber

type SVGNumber struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGNumber

func SVGNumberFromJS

func SVGNumberFromJS(value js.Wrapper) *SVGNumber

SVGNumberFromJS is casting a js.Wrapper into SVGNumber.

func (*SVGNumber) JSValue

func (_this *SVGNumber) JSValue() js.Value

func (*SVGNumber) SetValue

func (_this *SVGNumber) SetValue(value float32)

SetValue setting attribute 'value' with type float32 (idl: float).

func (*SVGNumber) Value

func (_this *SVGNumber) Value() float32

Value returning attribute 'value' with type float32 (idl: float).

type SVGNumberList

type SVGNumberList struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGNumberList

func SVGNumberListFromJS

func SVGNumberListFromJS(value js.Wrapper) *SVGNumberList

SVGNumberListFromJS is casting a js.Wrapper into SVGNumberList.

func (*SVGNumberList) AppendItem

func (_this *SVGNumberList) AppendItem(newItem *SVGNumber) (_result *SVGNumber)

func (*SVGNumberList) Clear

func (_this *SVGNumberList) Clear()

func (*SVGNumberList) GetItem

func (_this *SVGNumberList) GetItem(index uint) (_result *SVGNumber)

func (*SVGNumberList) Index

func (_this *SVGNumberList) Index(index uint) (_result *SVGNumber)

func (*SVGNumberList) Initialize

func (_this *SVGNumberList) Initialize(newItem *SVGNumber) (_result *SVGNumber)

func (*SVGNumberList) InsertItemBefore

func (_this *SVGNumberList) InsertItemBefore(newItem *SVGNumber, index uint) (_result *SVGNumber)

func (*SVGNumberList) JSValue

func (_this *SVGNumberList) JSValue() js.Value

func (*SVGNumberList) Length

func (_this *SVGNumberList) Length() uint

Length returning attribute 'length' with type uint (idl: unsigned long).

func (*SVGNumberList) NumberOfItems

func (_this *SVGNumberList) NumberOfItems() uint

NumberOfItems returning attribute 'numberOfItems' with type uint (idl: unsigned long).

func (*SVGNumberList) RemoveItem

func (_this *SVGNumberList) RemoveItem(index uint) (_result *SVGNumber)

func (*SVGNumberList) ReplaceItem

func (_this *SVGNumberList) ReplaceItem(newItem *SVGNumber, index uint) (_result *SVGNumber)

func (*SVGNumberList) SetIndex

func (_this *SVGNumberList) SetIndex(index uint, newItem *SVGNumber)

type SVGPathElement

type SVGPathElement struct {
	SVGGeometryElement
}

class: SVGPathElement

func SVGPathElementFromJS

func SVGPathElementFromJS(value js.Wrapper) *SVGPathElement

SVGPathElementFromJS is casting a js.Wrapper into SVGPathElement.

type SVGPatternElement

type SVGPatternElement struct {
	SVGElement
}

class: SVGPatternElement

func SVGPatternElementFromJS

func SVGPatternElementFromJS(value js.Wrapper) *SVGPatternElement

SVGPatternElementFromJS is casting a js.Wrapper into SVGPatternElement.

func (*SVGPatternElement) Height

func (_this *SVGPatternElement) Height() *SVGAnimatedLength

Height returning attribute 'height' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGPatternElement) Href

func (_this *SVGPatternElement) Href() *SVGAnimatedString

Href returning attribute 'href' with type SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGPatternElement) PatternContentUnits

func (_this *SVGPatternElement) PatternContentUnits() *SVGAnimatedEnumeration

PatternContentUnits returning attribute 'patternContentUnits' with type SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGPatternElement) PatternTransform

func (_this *SVGPatternElement) PatternTransform() *SVGAnimatedTransformList

PatternTransform returning attribute 'patternTransform' with type SVGAnimatedTransformList (idl: SVGAnimatedTransformList).

func (*SVGPatternElement) PatternUnits

func (_this *SVGPatternElement) PatternUnits() *SVGAnimatedEnumeration

PatternUnits returning attribute 'patternUnits' with type SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGPatternElement) PreserveAspectRatio

func (_this *SVGPatternElement) PreserveAspectRatio() *SVGAnimatedPreserveAspectRatio

PreserveAspectRatio returning attribute 'preserveAspectRatio' with type SVGAnimatedPreserveAspectRatio (idl: SVGAnimatedPreserveAspectRatio).

func (*SVGPatternElement) ViewBox

func (_this *SVGPatternElement) ViewBox() *SVGAnimatedRect

ViewBox returning attribute 'viewBox' with type SVGAnimatedRect (idl: SVGAnimatedRect).

func (*SVGPatternElement) Width

func (_this *SVGPatternElement) Width() *SVGAnimatedLength

Width returning attribute 'width' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGPatternElement) X

X returning attribute 'x' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGPatternElement) Y

Y returning attribute 'y' with type SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGPointList

type SVGPointList struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGPointList

func SVGPointListFromJS

func SVGPointListFromJS(value js.Wrapper) *SVGPointList

SVGPointListFromJS is casting a js.Wrapper into SVGPointList.

func (*SVGPointList) AppendItem

func (_this *SVGPointList) AppendItem(newItem *geometry.DOMPoint) (_result *geometry.DOMPoint)

func (*SVGPointList) Clear

func (_this *SVGPointList) Clear()

func (*SVGPointList) GetItem

func (_this *SVGPointList) GetItem(index uint) (_result *geometry.DOMPoint)

func (*SVGPointList) Index

func (_this *SVGPointList) Index(index uint) (_result *geometry.DOMPoint)

func (*SVGPointList) Initialize

func (_this *SVGPointList) Initialize(newItem *geometry.DOMPoint) (_result *geometry.DOMPoint)

func (*SVGPointList) InsertItemBefore

func (_this *SVGPointList) InsertItemBefore(newItem *geometry.DOMPoint, index uint) (_result *geometry.DOMPoint)

func (*SVGPointList) JSValue

func (_this *SVGPointList) JSValue() js.Value

func (*SVGPointList) Length

func (_this *SVGPointList) Length() uint

Length returning attribute 'length' with type uint (idl: unsigned long).

func (*SVGPointList) NumberOfItems

func (_this *SVGPointList) NumberOfItems() uint

NumberOfItems returning attribute 'numberOfItems' with type uint (idl: unsigned long).

func (*SVGPointList) RemoveItem

func (_this *SVGPointList) RemoveItem(index uint) (_result *geometry.DOMPoint)

func (*SVGPointList) ReplaceItem

func (_this *SVGPointList) ReplaceItem(newItem *geometry.DOMPoint, index uint) (_result *geometry.DOMPoint)

func (*SVGPointList) SetIndex

func (_this *SVGPointList) SetIndex(index uint, newItem *geometry.DOMPoint)

type SVGPolygonElement

type SVGPolygonElement struct {
	SVGGeometryElement
}

class: SVGPolygonElement

func SVGPolygonElementFromJS

func SVGPolygonElementFromJS(value js.Wrapper) *SVGPolygonElement

SVGPolygonElementFromJS is casting a js.Wrapper into SVGPolygonElement.

func (*SVGPolygonElement) AnimatedPoints

func (_this *SVGPolygonElement) AnimatedPoints() *SVGPointList

AnimatedPoints returning attribute 'animatedPoints' with type SVGPointList (idl: SVGPointList).

func (*SVGPolygonElement) Points

func (_this *SVGPolygonElement) Points() *SVGPointList

Points returning attribute 'points' with type SVGPointList (idl: SVGPointList).

type SVGPolylineElement

type SVGPolylineElement struct {
	SVGGeometryElement
}

class: SVGPolylineElement

func SVGPolylineElementFromJS

func SVGPolylineElementFromJS(value js.Wrapper) *SVGPolylineElement

SVGPolylineElementFromJS is casting a js.Wrapper into SVGPolylineElement.

func (*SVGPolylineElement) AnimatedPoints

func (_this *SVGPolylineElement) AnimatedPoints() *SVGPointList

AnimatedPoints returning attribute 'animatedPoints' with type SVGPointList (idl: SVGPointList).

func (*SVGPolylineElement) Points

func (_this *SVGPolylineElement) Points() *SVGPointList

Points returning attribute 'points' with type SVGPointList (idl: SVGPointList).

type SVGPreserveAspectRatio

type SVGPreserveAspectRatio struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGPreserveAspectRatio

func SVGPreserveAspectRatioFromJS

func SVGPreserveAspectRatioFromJS(value js.Wrapper) *SVGPreserveAspectRatio

SVGPreserveAspectRatioFromJS is casting a js.Wrapper into SVGPreserveAspectRatio.

func (*SVGPreserveAspectRatio) Align

func (_this *SVGPreserveAspectRatio) Align() int

Align returning attribute 'align' with type int (idl: unsigned short).

func (*SVGPreserveAspectRatio) JSValue

func (_this *SVGPreserveAspectRatio) JSValue() js.Value

func (*SVGPreserveAspectRatio) MeetOrSlice

func (_this *SVGPreserveAspectRatio) MeetOrSlice() int

MeetOrSlice returning attribute 'meetOrSlice' with type int (idl: unsigned short).

func (*SVGPreserveAspectRatio) SetAlign

func (_this *SVGPreserveAspectRatio) SetAlign(value int)

SetAlign setting attribute 'align' with type int (idl: unsigned short).

func (*SVGPreserveAspectRatio) SetMeetOrSlice

func (_this *SVGPreserveAspectRatio) SetMeetOrSlice(value int)

SetMeetOrSlice setting attribute 'meetOrSlice' with type int (idl: unsigned short).

type SVGRadialGradientElement

type SVGRadialGradientElement struct {
	SVGGradientElement
}

class: SVGRadialGradientElement

func SVGRadialGradientElementFromJS

func SVGRadialGradientElementFromJS(value js.Wrapper) *SVGRadialGradientElement

SVGRadialGradientElementFromJS is casting a js.Wrapper into SVGRadialGradientElement.

func (*SVGRadialGradientElement) Cx

Cx returning attribute 'cx' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGRadialGradientElement) Cy

Cy returning attribute 'cy' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGRadialGradientElement) Fr

Fr returning attribute 'fr' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGRadialGradientElement) Fx

Fx returning attribute 'fx' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGRadialGradientElement) Fy

Fy returning attribute 'fy' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGRadialGradientElement) R

R returning attribute 'r' with type SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGRectElement

type SVGRectElement struct {
	SVGGeometryElement
}

class: SVGRectElement

func SVGRectElementFromJS

func SVGRectElementFromJS(value js.Wrapper) *SVGRectElement

SVGRectElementFromJS is casting a js.Wrapper into SVGRectElement.

func (*SVGRectElement) Height

func (_this *SVGRectElement) Height() *SVGAnimatedLength

Height returning attribute 'height' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGRectElement) Rx

func (_this *SVGRectElement) Rx() *SVGAnimatedLength

Rx returning attribute 'rx' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGRectElement) Ry

func (_this *SVGRectElement) Ry() *SVGAnimatedLength

Ry returning attribute 'ry' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGRectElement) Width

func (_this *SVGRectElement) Width() *SVGAnimatedLength

Width returning attribute 'width' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGRectElement) X

func (_this *SVGRectElement) X() *SVGAnimatedLength

X returning attribute 'x' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGRectElement) Y

func (_this *SVGRectElement) Y() *SVGAnimatedLength

Y returning attribute 'y' with type SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGSVGElement

type SVGSVGElement struct {
	SVGGraphicsElement
}

class: SVGSVGElement

func SVGSVGElementFromJS

func SVGSVGElementFromJS(value js.Wrapper) *SVGSVGElement

SVGSVGElementFromJS is casting a js.Wrapper into SVGSVGElement.

func (*SVGSVGElement) AddEventAfterPrint

func (_this *SVGSVGElement) AddEventAfterPrint(listener func(event *domcore.Event, currentTarget *SVGSVGElement)) js.Func

AddAfterPrint is adding doing AddEventListener for 'AfterPrint' on target. This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) AddEventBeforePrint

func (_this *SVGSVGElement) AddEventBeforePrint(listener func(event *domcore.Event, currentTarget *SVGSVGElement)) js.Func

AddBeforePrint is adding doing AddEventListener for 'BeforePrint' on target. This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) AddEventBeforeUnload

func (_this *SVGSVGElement) AddEventBeforeUnload(listener func(event *htmlcommon.BeforeUnloadEvent, currentTarget *SVGSVGElement)) js.Func

AddBeforeUnload is adding doing AddEventListener for 'BeforeUnload' on target. This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) AddEventHashChange

func (_this *SVGSVGElement) AddEventHashChange(listener func(event *htmlevent.HashChangeEvent, currentTarget *SVGSVGElement)) js.Func

AddHashChange is adding doing AddEventListener for 'HashChange' on target. This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) AddEventLanguageChange

func (_this *SVGSVGElement) AddEventLanguageChange(listener func(event *domcore.Event, currentTarget *SVGSVGElement)) js.Func

AddLanguageChange is adding doing AddEventListener for 'LanguageChange' on target. This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) AddEventMessage

func (_this *SVGSVGElement) AddEventMessage(listener func(event *channel.MessageEvent, currentTarget *SVGSVGElement)) js.Func

AddMessage is adding doing AddEventListener for 'Message' on target. This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) AddEventMessageError

func (_this *SVGSVGElement) AddEventMessageError(listener func(event *channel.MessageEvent, currentTarget *SVGSVGElement)) js.Func

AddMessageError is adding doing AddEventListener for 'MessageError' on target. This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) AddEventOffline

func (_this *SVGSVGElement) AddEventOffline(listener func(event *domcore.Event, currentTarget *SVGSVGElement)) js.Func

AddOffline is adding doing AddEventListener for 'Offline' on target. This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) AddEventOnline

func (_this *SVGSVGElement) AddEventOnline(listener func(event *domcore.Event, currentTarget *SVGSVGElement)) js.Func

AddOnline is adding doing AddEventListener for 'Online' on target. This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) AddEventPageHide

func (_this *SVGSVGElement) AddEventPageHide(listener func(event *htmlevent.PageTransitionEvent, currentTarget *SVGSVGElement)) js.Func

AddPageHide is adding doing AddEventListener for 'PageHide' on target. This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) AddEventPageShow

func (_this *SVGSVGElement) AddEventPageShow(listener func(event *htmlevent.PageTransitionEvent, currentTarget *SVGSVGElement)) js.Func

AddPageShow is adding doing AddEventListener for 'PageShow' on target. This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) AddEventPopState

func (_this *SVGSVGElement) AddEventPopState(listener func(event *htmlevent.PopStateEvent, currentTarget *SVGSVGElement)) js.Func

AddPopState is adding doing AddEventListener for 'PopState' on target. This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) AddEventRejectionHandled

func (_this *SVGSVGElement) AddEventRejectionHandled(listener func(event *htmlevent.PromiseRejectionEvent, currentTarget *SVGSVGElement)) js.Func

AddRejectionHandled is adding doing AddEventListener for 'RejectionHandled' on target. This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) AddEventStorage

func (_this *SVGSVGElement) AddEventStorage(listener func(event *htmlevent.StorageEvent, currentTarget *SVGSVGElement)) js.Func

AddStorage is adding doing AddEventListener for 'Storage' on target. This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) AddEventUnhandledRejection

func (_this *SVGSVGElement) AddEventUnhandledRejection(listener func(event *htmlevent.PromiseRejectionEvent, currentTarget *SVGSVGElement)) js.Func

AddUnhandledRejection is adding doing AddEventListener for 'UnhandledRejection' on target. This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) AddEventUnload

func (_this *SVGSVGElement) AddEventUnload(listener func(event *domcore.Event, currentTarget *SVGSVGElement)) js.Func

AddUnload is adding doing AddEventListener for 'Unload' on target. This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) CheckEnclosure

func (_this *SVGSVGElement) CheckEnclosure(element *SVGElement, rect *geometry.DOMRectReadOnly) (_result bool)

func (*SVGSVGElement) CheckIntersection

func (_this *SVGSVGElement) CheckIntersection(element *SVGElement, rect *geometry.DOMRectReadOnly) (_result bool)

func (*SVGSVGElement) CreateSVGAngle

func (_this *SVGSVGElement) CreateSVGAngle() (_result *SVGAngle)

func (*SVGSVGElement) CreateSVGLength

func (_this *SVGSVGElement) CreateSVGLength() (_result *SVGLength)

func (*SVGSVGElement) CreateSVGMatrix

func (_this *SVGSVGElement) CreateSVGMatrix() (_result *geometry.DOMMatrix)

func (*SVGSVGElement) CreateSVGNumber

func (_this *SVGSVGElement) CreateSVGNumber() (_result *SVGNumber)

func (*SVGSVGElement) CreateSVGPoint

func (_this *SVGSVGElement) CreateSVGPoint() (_result *geometry.DOMPoint)

func (*SVGSVGElement) CreateSVGRect

func (_this *SVGSVGElement) CreateSVGRect() (_result *geometry.DOMRect)

func (*SVGSVGElement) CreateSVGTransform

func (_this *SVGSVGElement) CreateSVGTransform() (_result *SVGTransform)

func (*SVGSVGElement) CreateSVGTransformFromMatrix

func (_this *SVGSVGElement) CreateSVGTransformFromMatrix(matrix *geometry.DOMMatrix2DInit) (_result *SVGTransform)

func (*SVGSVGElement) CurrentScale

func (_this *SVGSVGElement) CurrentScale() float32

CurrentScale returning attribute 'currentScale' with type float32 (idl: float).

func (*SVGSVGElement) CurrentTranslate

func (_this *SVGSVGElement) CurrentTranslate() *geometry.DOMPointReadOnly

CurrentTranslate returning attribute 'currentTranslate' with type geometry.DOMPointReadOnly (idl: DOMPointReadOnly).

func (*SVGSVGElement) DeselectAll

func (_this *SVGSVGElement) DeselectAll()

func (*SVGSVGElement) ForceRedraw

func (_this *SVGSVGElement) ForceRedraw()

func (*SVGSVGElement) GetElementById

func (_this *SVGSVGElement) GetElementById(elementId string) (_result *dom.Element)

func (*SVGSVGElement) GetEnclosureList

func (_this *SVGSVGElement) GetEnclosureList(rect *geometry.DOMRectReadOnly, referenceElement *SVGElement) (_result *dom.NodeList)

func (*SVGSVGElement) GetIntersectionList

func (_this *SVGSVGElement) GetIntersectionList(rect *geometry.DOMRectReadOnly, referenceElement *SVGElement) (_result *dom.NodeList)

func (*SVGSVGElement) Height

func (_this *SVGSVGElement) Height() *SVGAnimatedLength

Height returning attribute 'height' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGSVGElement) OnAfterPrint

func (_this *SVGSVGElement) OnAfterPrint() domcore.EventHandlerFunc

OnAfterPrint returning attribute 'onafterprint' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGSVGElement) OnBeforePrint

func (_this *SVGSVGElement) OnBeforePrint() domcore.EventHandlerFunc

OnBeforePrint returning attribute 'onbeforeprint' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGSVGElement) OnBeforeUnload

OnBeforeUnload returning attribute 'onbeforeunload' with type htmlcommon.OnBeforeUnloadEventHandler (idl: OnBeforeUnloadEventHandlerNonNull).

func (*SVGSVGElement) OnHashChange

func (_this *SVGSVGElement) OnHashChange() domcore.EventHandlerFunc

OnHashChange returning attribute 'onhashchange' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGSVGElement) OnLanguageChange

func (_this *SVGSVGElement) OnLanguageChange() domcore.EventHandlerFunc

OnLanguageChange returning attribute 'onlanguagechange' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGSVGElement) OnMessage

func (_this *SVGSVGElement) OnMessage() domcore.EventHandlerFunc

OnMessage returning attribute 'onmessage' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGSVGElement) OnMessageError

func (_this *SVGSVGElement) OnMessageError() domcore.EventHandlerFunc

OnMessageError returning attribute 'onmessageerror' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGSVGElement) OnOffline

func (_this *SVGSVGElement) OnOffline() domcore.EventHandlerFunc

OnOffline returning attribute 'onoffline' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGSVGElement) OnOnline

func (_this *SVGSVGElement) OnOnline() domcore.EventHandlerFunc

OnOnline returning attribute 'ononline' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGSVGElement) OnPageHide

func (_this *SVGSVGElement) OnPageHide() domcore.EventHandlerFunc

OnPageHide returning attribute 'onpagehide' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGSVGElement) OnPageShow

func (_this *SVGSVGElement) OnPageShow() domcore.EventHandlerFunc

OnPageShow returning attribute 'onpageshow' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGSVGElement) OnPopState

func (_this *SVGSVGElement) OnPopState() domcore.EventHandlerFunc

OnPopState returning attribute 'onpopstate' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGSVGElement) OnRejectionHandled

func (_this *SVGSVGElement) OnRejectionHandled() domcore.EventHandlerFunc

OnRejectionHandled returning attribute 'onrejectionhandled' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGSVGElement) OnStorage

func (_this *SVGSVGElement) OnStorage() domcore.EventHandlerFunc

OnStorage returning attribute 'onstorage' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGSVGElement) OnUnhandledRejection

func (_this *SVGSVGElement) OnUnhandledRejection() domcore.EventHandlerFunc

OnUnhandledRejection returning attribute 'onunhandledrejection' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGSVGElement) OnUnload

func (_this *SVGSVGElement) OnUnload() domcore.EventHandlerFunc

OnUnload returning attribute 'onunload' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*SVGSVGElement) PreserveAspectRatio

func (_this *SVGSVGElement) PreserveAspectRatio() *SVGAnimatedPreserveAspectRatio

PreserveAspectRatio returning attribute 'preserveAspectRatio' with type SVGAnimatedPreserveAspectRatio (idl: SVGAnimatedPreserveAspectRatio).

func (*SVGSVGElement) SetCurrentScale

func (_this *SVGSVGElement) SetCurrentScale(value float32)

SetCurrentScale setting attribute 'currentScale' with type float32 (idl: float).

func (*SVGSVGElement) SetOnAfterPrint

func (_this *SVGSVGElement) SetOnAfterPrint(listener func(event *domcore.Event, currentTarget *SVGSVGElement)) js.Func

SetOnAfterPrint is assigning a function to 'onafterprint'. This This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) SetOnBeforePrint

func (_this *SVGSVGElement) SetOnBeforePrint(listener func(event *domcore.Event, currentTarget *SVGSVGElement)) js.Func

SetOnBeforePrint is assigning a function to 'onbeforeprint'. This This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) SetOnBeforeUnload

func (_this *SVGSVGElement) SetOnBeforeUnload(listener func(event *htmlcommon.BeforeUnloadEvent, currentTarget *SVGSVGElement)) js.Func

SetOnBeforeUnload is assigning a function to 'onbeforeunload'. This This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) SetOnHashChange

func (_this *SVGSVGElement) SetOnHashChange(listener func(event *htmlevent.HashChangeEvent, currentTarget *SVGSVGElement)) js.Func

SetOnHashChange is assigning a function to 'onhashchange'. This This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) SetOnLanguageChange

func (_this *SVGSVGElement) SetOnLanguageChange(listener func(event *domcore.Event, currentTarget *SVGSVGElement)) js.Func

SetOnLanguageChange is assigning a function to 'onlanguagechange'. This This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) SetOnMessage

func (_this *SVGSVGElement) SetOnMessage(listener func(event *channel.MessageEvent, currentTarget *SVGSVGElement)) js.Func

SetOnMessage is assigning a function to 'onmessage'. This This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) SetOnMessageError

func (_this *SVGSVGElement) SetOnMessageError(listener func(event *channel.MessageEvent, currentTarget *SVGSVGElement)) js.Func

SetOnMessageError is assigning a function to 'onmessageerror'. This This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) SetOnOffline

func (_this *SVGSVGElement) SetOnOffline(listener func(event *domcore.Event, currentTarget *SVGSVGElement)) js.Func

SetOnOffline is assigning a function to 'onoffline'. This This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) SetOnOnline

func (_this *SVGSVGElement) SetOnOnline(listener func(event *domcore.Event, currentTarget *SVGSVGElement)) js.Func

SetOnOnline is assigning a function to 'ononline'. This This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) SetOnPageHide

func (_this *SVGSVGElement) SetOnPageHide(listener func(event *htmlevent.PageTransitionEvent, currentTarget *SVGSVGElement)) js.Func

SetOnPageHide is assigning a function to 'onpagehide'. This This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) SetOnPageShow

func (_this *SVGSVGElement) SetOnPageShow(listener func(event *htmlevent.PageTransitionEvent, currentTarget *SVGSVGElement)) js.Func

SetOnPageShow is assigning a function to 'onpageshow'. This This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) SetOnPopState

func (_this *SVGSVGElement) SetOnPopState(listener func(event *htmlevent.PopStateEvent, currentTarget *SVGSVGElement)) js.Func

SetOnPopState is assigning a function to 'onpopstate'. This This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) SetOnRejectionHandled

func (_this *SVGSVGElement) SetOnRejectionHandled(listener func(event *htmlevent.PromiseRejectionEvent, currentTarget *SVGSVGElement)) js.Func

SetOnRejectionHandled is assigning a function to 'onrejectionhandled'. This This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) SetOnStorage

func (_this *SVGSVGElement) SetOnStorage(listener func(event *htmlevent.StorageEvent, currentTarget *SVGSVGElement)) js.Func

SetOnStorage is assigning a function to 'onstorage'. This This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) SetOnUnhandledRejection

func (_this *SVGSVGElement) SetOnUnhandledRejection(listener func(event *htmlevent.PromiseRejectionEvent, currentTarget *SVGSVGElement)) js.Func

SetOnUnhandledRejection is assigning a function to 'onunhandledrejection'. This This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) SetOnUnload

func (_this *SVGSVGElement) SetOnUnload(listener func(event *domcore.Event, currentTarget *SVGSVGElement)) js.Func

SetOnUnload is assigning a function to 'onunload'. This This method is returning allocated javascript function that need to be released.

func (*SVGSVGElement) SetZoomAndPan

func (_this *SVGSVGElement) SetZoomAndPan(value int)

SetZoomAndPan setting attribute 'zoomAndPan' with type int (idl: unsigned short).

func (*SVGSVGElement) SuspendRedraw

func (_this *SVGSVGElement) SuspendRedraw(maxWaitMilliseconds uint) (_result uint)

func (*SVGSVGElement) UnsuspendRedraw

func (_this *SVGSVGElement) UnsuspendRedraw(suspendHandleID uint)

func (*SVGSVGElement) UnsuspendRedrawAll

func (_this *SVGSVGElement) UnsuspendRedrawAll()

func (*SVGSVGElement) ViewBox

func (_this *SVGSVGElement) ViewBox() *SVGAnimatedRect

ViewBox returning attribute 'viewBox' with type SVGAnimatedRect (idl: SVGAnimatedRect).

func (*SVGSVGElement) Width

func (_this *SVGSVGElement) Width() *SVGAnimatedLength

Width returning attribute 'width' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGSVGElement) X

func (_this *SVGSVGElement) X() *SVGAnimatedLength

X returning attribute 'x' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGSVGElement) Y

func (_this *SVGSVGElement) Y() *SVGAnimatedLength

Y returning attribute 'y' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGSVGElement) ZoomAndPan

func (_this *SVGSVGElement) ZoomAndPan() int

ZoomAndPan returning attribute 'zoomAndPan' with type int (idl: unsigned short).

type SVGScriptElement

type SVGScriptElement struct {
	SVGElement
}

class: SVGScriptElement

func SVGScriptElementFromJS

func SVGScriptElementFromJS(value js.Wrapper) *SVGScriptElement

SVGScriptElementFromJS is casting a js.Wrapper into SVGScriptElement.

func (*SVGScriptElement) CrossOrigin

func (_this *SVGScriptElement) CrossOrigin() *string

CrossOrigin returning attribute 'crossOrigin' with type string (idl: DOMString).

func (*SVGScriptElement) Href

func (_this *SVGScriptElement) Href() *SVGAnimatedString

Href returning attribute 'href' with type SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGScriptElement) SetCrossOrigin

func (_this *SVGScriptElement) SetCrossOrigin(value *string)

SetCrossOrigin setting attribute 'crossOrigin' with type string (idl: DOMString).

func (*SVGScriptElement) SetType

func (_this *SVGScriptElement) SetType(value string)

SetType setting attribute 'type' with type string (idl: DOMString).

func (*SVGScriptElement) Type

func (_this *SVGScriptElement) Type() string

Type returning attribute 'type' with type string (idl: DOMString).

type SVGStopElement

type SVGStopElement struct {
	SVGElement
}

class: SVGStopElement

func SVGStopElementFromJS

func SVGStopElementFromJS(value js.Wrapper) *SVGStopElement

SVGStopElementFromJS is casting a js.Wrapper into SVGStopElement.

func (*SVGStopElement) Offset

func (_this *SVGStopElement) Offset() *SVGAnimatedNumber

Offset returning attribute 'offset' with type SVGAnimatedNumber (idl: SVGAnimatedNumber).

type SVGStringList

type SVGStringList struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGStringList

func SVGStringListFromJS

func SVGStringListFromJS(value js.Wrapper) *SVGStringList

SVGStringListFromJS is casting a js.Wrapper into SVGStringList.

func (*SVGStringList) AppendItem

func (_this *SVGStringList) AppendItem(newItem string) (_result string)

func (*SVGStringList) Clear

func (_this *SVGStringList) Clear()

func (*SVGStringList) GetItem

func (_this *SVGStringList) GetItem(index uint) (_result string)

func (*SVGStringList) Index

func (_this *SVGStringList) Index(index uint) (_result string)

func (*SVGStringList) Initialize

func (_this *SVGStringList) Initialize(newItem string) (_result string)

func (*SVGStringList) InsertItemBefore

func (_this *SVGStringList) InsertItemBefore(newItem string, index uint) (_result string)

func (*SVGStringList) JSValue

func (_this *SVGStringList) JSValue() js.Value

func (*SVGStringList) Length

func (_this *SVGStringList) Length() uint

Length returning attribute 'length' with type uint (idl: unsigned long).

func (*SVGStringList) NumberOfItems

func (_this *SVGStringList) NumberOfItems() uint

NumberOfItems returning attribute 'numberOfItems' with type uint (idl: unsigned long).

func (*SVGStringList) RemoveItem

func (_this *SVGStringList) RemoveItem(index uint) (_result string)

func (*SVGStringList) ReplaceItem

func (_this *SVGStringList) ReplaceItem(newItem string, index uint) (_result string)

func (*SVGStringList) SetIndex

func (_this *SVGStringList) SetIndex(index uint, newItem string)

type SVGStyleElement

type SVGStyleElement struct {
	SVGElement
}

class: SVGStyleElement

func SVGStyleElementFromJS

func SVGStyleElementFromJS(value js.Wrapper) *SVGStyleElement

SVGStyleElementFromJS is casting a js.Wrapper into SVGStyleElement.

func (*SVGStyleElement) Media

func (_this *SVGStyleElement) Media() string

Media returning attribute 'media' with type string (idl: DOMString).

func (*SVGStyleElement) SetMedia

func (_this *SVGStyleElement) SetMedia(value string)

SetMedia setting attribute 'media' with type string (idl: DOMString).

func (*SVGStyleElement) SetTitle

func (_this *SVGStyleElement) SetTitle(value string)

SetTitle setting attribute 'title' with type string (idl: DOMString).

func (*SVGStyleElement) SetType

func (_this *SVGStyleElement) SetType(value string)

SetType setting attribute 'type' with type string (idl: DOMString).

func (*SVGStyleElement) Sheet

func (_this *SVGStyleElement) Sheet() *cssom.CSSStyleSheet

Sheet returning attribute 'sheet' with type cssom.CSSStyleSheet (idl: CSSStyleSheet).

func (*SVGStyleElement) Title

func (_this *SVGStyleElement) Title() string

Title returning attribute 'title' with type string (idl: DOMString).

func (*SVGStyleElement) Type

func (_this *SVGStyleElement) Type() string

Type returning attribute 'type' with type string (idl: DOMString).

type SVGSwitchElement

type SVGSwitchElement struct {
	SVGGraphicsElement
}

class: SVGSwitchElement

func SVGSwitchElementFromJS

func SVGSwitchElementFromJS(value js.Wrapper) *SVGSwitchElement

SVGSwitchElementFromJS is casting a js.Wrapper into SVGSwitchElement.

type SVGSymbolElement

type SVGSymbolElement struct {
	SVGGraphicsElement
}

class: SVGSymbolElement

func SVGSymbolElementFromJS

func SVGSymbolElementFromJS(value js.Wrapper) *SVGSymbolElement

SVGSymbolElementFromJS is casting a js.Wrapper into SVGSymbolElement.

func (*SVGSymbolElement) PreserveAspectRatio

func (_this *SVGSymbolElement) PreserveAspectRatio() *SVGAnimatedPreserveAspectRatio

PreserveAspectRatio returning attribute 'preserveAspectRatio' with type SVGAnimatedPreserveAspectRatio (idl: SVGAnimatedPreserveAspectRatio).

func (*SVGSymbolElement) ViewBox

func (_this *SVGSymbolElement) ViewBox() *SVGAnimatedRect

ViewBox returning attribute 'viewBox' with type SVGAnimatedRect (idl: SVGAnimatedRect).

type SVGTSpanElement

type SVGTSpanElement struct {
	SVGTextPositioningElement
}

class: SVGTSpanElement

func SVGTSpanElementFromJS

func SVGTSpanElementFromJS(value js.Wrapper) *SVGTSpanElement

SVGTSpanElementFromJS is casting a js.Wrapper into SVGTSpanElement.

type SVGTextContentElement

type SVGTextContentElement struct {
	SVGGraphicsElement
}

class: SVGTextContentElement

func SVGTextContentElementFromJS

func SVGTextContentElementFromJS(value js.Wrapper) *SVGTextContentElement

SVGTextContentElementFromJS is casting a js.Wrapper into SVGTextContentElement.

func (*SVGTextContentElement) GetCharNumAtPosition

func (_this *SVGTextContentElement) GetCharNumAtPosition(point *geometry.DOMPointInit) (_result int)

func (*SVGTextContentElement) GetComputedTextLength

func (_this *SVGTextContentElement) GetComputedTextLength() (_result float32)

func (*SVGTextContentElement) GetEndPositionOfChar

func (_this *SVGTextContentElement) GetEndPositionOfChar(charnum uint) (_result *geometry.DOMPoint)

func (*SVGTextContentElement) GetExtentOfChar

func (_this *SVGTextContentElement) GetExtentOfChar(charnum uint) (_result *geometry.DOMRect)

func (*SVGTextContentElement) GetNumberOfChars

func (_this *SVGTextContentElement) GetNumberOfChars() (_result int)

func (*SVGTextContentElement) GetRotationOfChar

func (_this *SVGTextContentElement) GetRotationOfChar(charnum uint) (_result float32)

func (*SVGTextContentElement) GetStartPositionOfChar

func (_this *SVGTextContentElement) GetStartPositionOfChar(charnum uint) (_result *geometry.DOMPoint)

func (*SVGTextContentElement) GetSubStringLength

func (_this *SVGTextContentElement) GetSubStringLength(charnum uint, nchars uint) (_result float32)

func (*SVGTextContentElement) LengthAdjust

func (_this *SVGTextContentElement) LengthAdjust() *SVGAnimatedEnumeration

LengthAdjust returning attribute 'lengthAdjust' with type SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGTextContentElement) SelectSubString

func (_this *SVGTextContentElement) SelectSubString(charnum uint, nchars uint)

func (*SVGTextContentElement) TextLength

func (_this *SVGTextContentElement) TextLength() *SVGAnimatedLength

TextLength returning attribute 'textLength' with type SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGTextElement

type SVGTextElement struct {
	SVGTextPositioningElement
}

class: SVGTextElement

func SVGTextElementFromJS

func SVGTextElementFromJS(value js.Wrapper) *SVGTextElement

SVGTextElementFromJS is casting a js.Wrapper into SVGTextElement.

type SVGTextPathElement

type SVGTextPathElement struct {
	SVGTextContentElement
}

class: SVGTextPathElement

func SVGTextPathElementFromJS

func SVGTextPathElementFromJS(value js.Wrapper) *SVGTextPathElement

SVGTextPathElementFromJS is casting a js.Wrapper into SVGTextPathElement.

func (*SVGTextPathElement) Href

func (_this *SVGTextPathElement) Href() *SVGAnimatedString

Href returning attribute 'href' with type SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGTextPathElement) Method

func (_this *SVGTextPathElement) Method() *SVGAnimatedEnumeration

Method returning attribute 'method' with type SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGTextPathElement) Spacing

func (_this *SVGTextPathElement) Spacing() *SVGAnimatedEnumeration

Spacing returning attribute 'spacing' with type SVGAnimatedEnumeration (idl: SVGAnimatedEnumeration).

func (*SVGTextPathElement) StartOffset

func (_this *SVGTextPathElement) StartOffset() *SVGAnimatedLength

StartOffset returning attribute 'startOffset' with type SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGTextPositioningElement

type SVGTextPositioningElement struct {
	SVGTextContentElement
}

class: SVGTextPositioningElement

func SVGTextPositioningElementFromJS

func SVGTextPositioningElementFromJS(value js.Wrapper) *SVGTextPositioningElement

SVGTextPositioningElementFromJS is casting a js.Wrapper into SVGTextPositioningElement.

func (*SVGTextPositioningElement) Dx

Dx returning attribute 'dx' with type SVGAnimatedLengthList (idl: SVGAnimatedLengthList).

func (*SVGTextPositioningElement) Dy

Dy returning attribute 'dy' with type SVGAnimatedLengthList (idl: SVGAnimatedLengthList).

func (*SVGTextPositioningElement) Rotate

Rotate returning attribute 'rotate' with type SVGAnimatedNumberList (idl: SVGAnimatedNumberList).

func (*SVGTextPositioningElement) X

X returning attribute 'x' with type SVGAnimatedLengthList (idl: SVGAnimatedLengthList).

func (*SVGTextPositioningElement) Y

Y returning attribute 'y' with type SVGAnimatedLengthList (idl: SVGAnimatedLengthList).

type SVGTitleElement

type SVGTitleElement struct {
	SVGElement
}

class: SVGTitleElement

func SVGTitleElementFromJS

func SVGTitleElementFromJS(value js.Wrapper) *SVGTitleElement

SVGTitleElementFromJS is casting a js.Wrapper into SVGTitleElement.

type SVGTransform

type SVGTransform struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGTransform

func SVGTransformFromJS

func SVGTransformFromJS(value js.Wrapper) *SVGTransform

SVGTransformFromJS is casting a js.Wrapper into SVGTransform.

func (*SVGTransform) Angle

func (_this *SVGTransform) Angle() float32

Angle returning attribute 'angle' with type float32 (idl: float).

func (*SVGTransform) JSValue

func (_this *SVGTransform) JSValue() js.Value

func (*SVGTransform) Matrix

func (_this *SVGTransform) Matrix() *geometry.DOMMatrix

Matrix returning attribute 'matrix' with type geometry.DOMMatrix (idl: DOMMatrix).

func (*SVGTransform) SetMatrix

func (_this *SVGTransform) SetMatrix(matrix *geometry.DOMMatrix2DInit)

func (*SVGTransform) SetRotate

func (_this *SVGTransform) SetRotate(angle float32, cx float32, cy float32)

func (*SVGTransform) SetScale

func (_this *SVGTransform) SetScale(sx float32, sy float32)

func (*SVGTransform) SetSkewX

func (_this *SVGTransform) SetSkewX(angle float32)

func (*SVGTransform) SetSkewY

func (_this *SVGTransform) SetSkewY(angle float32)

func (*SVGTransform) SetTranslate

func (_this *SVGTransform) SetTranslate(tx float32, ty float32)

func (*SVGTransform) Type

func (_this *SVGTransform) Type() int

Type returning attribute 'type' with type int (idl: unsigned short).

type SVGTransformList

type SVGTransformList struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGTransformList

func SVGTransformListFromJS

func SVGTransformListFromJS(value js.Wrapper) *SVGTransformList

SVGTransformListFromJS is casting a js.Wrapper into SVGTransformList.

func (*SVGTransformList) AppendItem

func (_this *SVGTransformList) AppendItem(newItem *SVGTransform) (_result *SVGTransform)

func (*SVGTransformList) Clear

func (_this *SVGTransformList) Clear()

func (*SVGTransformList) Consolidate

func (_this *SVGTransformList) Consolidate() (_result *SVGTransform)

func (*SVGTransformList) CreateSVGTransformFromMatrix

func (_this *SVGTransformList) CreateSVGTransformFromMatrix(matrix *geometry.DOMMatrix2DInit) (_result *SVGTransform)

func (*SVGTransformList) GetItem

func (_this *SVGTransformList) GetItem(index uint) (_result *SVGTransform)

func (*SVGTransformList) Index

func (_this *SVGTransformList) Index(index uint) (_result *SVGTransform)

func (*SVGTransformList) Initialize

func (_this *SVGTransformList) Initialize(newItem *SVGTransform) (_result *SVGTransform)

func (*SVGTransformList) InsertItemBefore

func (_this *SVGTransformList) InsertItemBefore(newItem *SVGTransform, index uint) (_result *SVGTransform)

func (*SVGTransformList) JSValue

func (_this *SVGTransformList) JSValue() js.Value

func (*SVGTransformList) Length

func (_this *SVGTransformList) Length() uint

Length returning attribute 'length' with type uint (idl: unsigned long).

func (*SVGTransformList) NumberOfItems

func (_this *SVGTransformList) NumberOfItems() uint

NumberOfItems returning attribute 'numberOfItems' with type uint (idl: unsigned long).

func (*SVGTransformList) RemoveItem

func (_this *SVGTransformList) RemoveItem(index uint) (_result *SVGTransform)

func (*SVGTransformList) ReplaceItem

func (_this *SVGTransformList) ReplaceItem(newItem *SVGTransform, index uint) (_result *SVGTransform)

func (*SVGTransformList) SetIndex

func (_this *SVGTransformList) SetIndex(index uint, newItem *SVGTransform)

type SVGUnitTypes

type SVGUnitTypes struct {
	// Value_JS holds a reference to a javascript value
	Value_JS js.Value
}

class: SVGUnitTypes

func SVGUnitTypesFromJS

func SVGUnitTypesFromJS(value js.Wrapper) *SVGUnitTypes

SVGUnitTypesFromJS is casting a js.Wrapper into SVGUnitTypes.

func (*SVGUnitTypes) JSValue

func (_this *SVGUnitTypes) JSValue() js.Value

type SVGUnknownElement

type SVGUnknownElement struct {
	SVGGraphicsElement
}

class: SVGUnknownElement

func SVGUnknownElementFromJS

func SVGUnknownElementFromJS(value js.Wrapper) *SVGUnknownElement

SVGUnknownElementFromJS is casting a js.Wrapper into SVGUnknownElement.

type SVGUseElement

type SVGUseElement struct {
	SVGGraphicsElement
}

class: SVGUseElement

func SVGUseElementFromJS

func SVGUseElementFromJS(value js.Wrapper) *SVGUseElement

SVGUseElementFromJS is casting a js.Wrapper into SVGUseElement.

func (*SVGUseElement) AnimatedInstanceRoot

func (_this *SVGUseElement) AnimatedInstanceRoot() *SVGElement

AnimatedInstanceRoot returning attribute 'animatedInstanceRoot' with type SVGElement (idl: SVGElement).

func (*SVGUseElement) Height

func (_this *SVGUseElement) Height() *SVGAnimatedLength

Height returning attribute 'height' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGUseElement) Href

func (_this *SVGUseElement) Href() *SVGAnimatedString

Href returning attribute 'href' with type SVGAnimatedString (idl: SVGAnimatedString).

func (*SVGUseElement) InstanceRoot

func (_this *SVGUseElement) InstanceRoot() *SVGElement

InstanceRoot returning attribute 'instanceRoot' with type SVGElement (idl: SVGElement).

func (*SVGUseElement) Width

func (_this *SVGUseElement) Width() *SVGAnimatedLength

Width returning attribute 'width' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGUseElement) X

func (_this *SVGUseElement) X() *SVGAnimatedLength

X returning attribute 'x' with type SVGAnimatedLength (idl: SVGAnimatedLength).

func (*SVGUseElement) Y

func (_this *SVGUseElement) Y() *SVGAnimatedLength

Y returning attribute 'y' with type SVGAnimatedLength (idl: SVGAnimatedLength).

type SVGUseElementShadowRoot

type SVGUseElementShadowRoot struct {
	dom.ShadowRoot
}

class: SVGUseElementShadowRoot

func SVGUseElementShadowRootFromJS

func SVGUseElementShadowRootFromJS(value js.Wrapper) *SVGUseElementShadowRoot

SVGUseElementShadowRootFromJS is casting a js.Wrapper into SVGUseElementShadowRoot.

type SVGViewElement

type SVGViewElement struct {
	SVGElement
}

class: SVGViewElement

func SVGViewElementFromJS

func SVGViewElementFromJS(value js.Wrapper) *SVGViewElement

SVGViewElementFromJS is casting a js.Wrapper into SVGViewElement.

func (*SVGViewElement) PreserveAspectRatio

func (_this *SVGViewElement) PreserveAspectRatio() *SVGAnimatedPreserveAspectRatio

PreserveAspectRatio returning attribute 'preserveAspectRatio' with type SVGAnimatedPreserveAspectRatio (idl: SVGAnimatedPreserveAspectRatio).

func (*SVGViewElement) SetZoomAndPan

func (_this *SVGViewElement) SetZoomAndPan(value int)

SetZoomAndPan setting attribute 'zoomAndPan' with type int (idl: unsigned short).

func (*SVGViewElement) ViewBox

func (_this *SVGViewElement) ViewBox() *SVGAnimatedRect

ViewBox returning attribute 'viewBox' with type SVGAnimatedRect (idl: SVGAnimatedRect).

func (*SVGViewElement) ZoomAndPan

func (_this *SVGViewElement) ZoomAndPan() int

ZoomAndPan returning attribute 'zoomAndPan' with type int (idl: unsigned short).

type ShadowAnimation

type ShadowAnimation struct {
	webani.Animation
}

class: ShadowAnimation

func ShadowAnimationFromJS

func ShadowAnimationFromJS(value js.Wrapper) *ShadowAnimation

ShadowAnimationFromJS is casting a js.Wrapper into ShadowAnimation.

func (*ShadowAnimation) SourceAnimation

func (_this *ShadowAnimation) SourceAnimation() *webani.Animation

SourceAnimation returning attribute 'sourceAnimation' with type webani.Animation (idl: Animation).

type Union

type Union struct {
	Value js.Value
}

func UnionFromJS

func UnionFromJS(value js.Value) *Union

func (*Union) JSValue

func (u *Union) JSValue() js.Value

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL