SVGMarkerElement
Generated.swift:931class SVGMarkerElement
class SVGMarkerElement
import SVG
class SVGElement
protocol ARIAMixin : JSBridgedClass
protocol Any_CSSPseudoElement_or_Element : ConvertibleToJSValue
protocol Any_Element_or_HTMLCollection : ConvertibleToJSValue
protocol Any_Element_or_RadioNodeList : ConvertibleToJSValue
protocol Any_Element_or_Text : ConvertibleToJSValue
protocol Any_GeometryNode : ConvertibleToJSValue
protocol Any_Node_or_String : ConvertibleToJSValue
protocol ChildNode : JSBridgedClass
protocol ConstructibleFromJSValue
Types conforming to this protocol can be constructed from JSValue
.
protocol ConvertibleToJSValue
Objects that can be converted to a JavaScript value, preferably in a lossless manner.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol GeometryUtils : JSBridgedClass
protocol GlobalEventHandlers : JSBridgedClass
protocol HTMLOrSVGElement : JSBridgedClass
protocol JSBridgedClass : JSBridgedType
Conform to this protocol when your Swift class wraps a JavaScript class.
protocol JSBridgedType : ConstructibleFromJSValue, ConvertibleToJSValue, CustomStringConvertible
Use this protocol when your type has no single JavaScript class. For example, a union type of multiple classes or primitive values.
protocol NonDocumentTypeChildNode : JSBridgedClass
protocol ParentNode : JSBridgedClass
protocol SVGElementInstance : JSBridgedClass
protocol SVGFitToViewBox : JSBridgedClass
protocol Slottable : JSBridgedClass
required init(unsafelyWrapping jsObject: JSObject)
static let SVG_MARKERUNITS_STROKEWIDTH: UInt16
static let SVG_MARKERUNITS_UNKNOWN: UInt16
static let SVG_MARKERUNITS_USERSPACEONUSE: UInt16
static let SVG_MARKER_ORIENT_ANGLE: UInt16
static let SVG_MARKER_ORIENT_AUTO: UInt16
static let SVG_MARKER_ORIENT_UNKNOWN: UInt16
override class var constructor: JSFunction? { get }
@ReadonlyAttribute var markerHeight: SVGAnimatedLength { get }
@ReadonlyAttribute var markerUnits: SVGAnimatedEnumeration { get }
@ReadonlyAttribute var markerWidth: SVGAnimatedLength { get }
@ReadWriteAttribute var orient: String { get set }
@ReadonlyAttribute var orientAngle: SVGAnimatedAngle { get }
@ReadonlyAttribute var orientType: SVGAnimatedEnumeration { get }
@ReadonlyAttribute var refX: SVGAnimatedLength { get }
@ReadonlyAttribute var refY: SVGAnimatedLength { get }
func setOrientToAngle(angle: SVGAngle)
func setOrientToAuto()
var preserveAspectRatio: SVGAnimatedPreserveAspectRatio { get }
var viewBox: SVGAnimatedRect { get }