toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.style
/
DOM
/
DomPropertyMapping
/
MatrixMapping
Matrix
Mapping
class
MatrixMapping
(
val
name
:
String
,
val
property
:
KMutableProperty1
<
DOM.DomElement
,
Matrix
>
)
:
DOM.DomPropertyMapping.Mapping
<
Matrix
>
Members
Constructors
Matrix
Mapping
Link copied to clipboard
constructor
(
name
:
String
,
property
:
KMutableProperty1
<
DOM.DomElement
,
Matrix
>
)
Properties
name
Link copied to clipboard
open
override
val
name
:
String
property
Link copied to clipboard
open
override
val
property
:
KMutableProperty1
<
DOM.DomElement
,
Matrix
>
Functions
set
Link copied to clipboard
open
override
fun
set
(
element
:
DOM.DomElement
,
prop
:
String
,
value
:
Any
?
)