korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
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
?
)