kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom.svg
/
SVGLength
SVGLength
JS
abstract
external
class
SVGLength
Exposes the JavaScript
SVGLength
to Kotlin
Types
Constructors
Functions
Properties
Constructors
SVGLength
Link copied to clipboard
JS
fun
SVGLength
(
)
Types
Companion
Link copied to clipboard
JS
object
Companion
Functions
convert
To
Specified
Units
Link copied to clipboard
JS
fun
convertToSpecifiedUnits
(
unitType
:
Short
)
new
Value
Specified
Units
Link copied to clipboard
JS
fun
newValueSpecifiedUnits
(
unitType
:
Short
,
valueInSpecifiedUnits
:
Float
)
Properties
unit
Type
Link copied to clipboard
JS
open
val
unitType
:
Short
value
Link copied to clipboard
JS
open
var
value
:
Float
value
As
String
Link copied to clipboard
JS
open
var
valueAsString
:
String
value
In
Specified
Units
Link copied to clipboard
JS
open
var
valueInSpecifiedUnits
:
Float