toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom.svg
/
SVGAngle
SVGAngle
abstract
class
SVGAngle
:
JsAny
Exposes the JavaScript
SVGAngle
to Kotlin
Members
Constructors
SVGAngle
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
unit
Type
Link copied to clipboard
open
val
unitType
:
Short
value
Link copied to clipboard
open
var
value
:
Float
value
As
String
Link copied to clipboard
open
var
valueAsString
:
String
value
In
Specified
Units
Link copied to clipboard
open
var
valueInSpecifiedUnits
:
Float
Functions
convert
To
Specified
Units
Link copied to clipboard
fun
convertToSpecifiedUnits
(
unitType
:
Short
)
new
Value
Specified
Units
Link copied to clipboard
fun
newValueSpecifiedUnits
(
unitType
:
Short
,
valueInSpecifiedUnits
:
Float
)