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
/
Mapping
Mapping
interface
Mapping
<
T
>
Inheritors
RatioMapping
MatrixMapping
Members
Properties
name
Link copied to clipboard
abstract
val
name
:
String
property
Link copied to clipboard
abstract
val
property
:
KMutableProperty1
<
DOM.DomElement
,
T
>
Functions
set
Link copied to clipboard
abstract
fun
set
(
element
:
DOM.DomElement
,
prop
:
String
,
value
:
Any
?
)