toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-cssom-core
/
web.cssom
/
CustomProperties
Custom
Properties
external
interface
CustomProperties
(
source
)
Members
Functions
get
Link copied to clipboard
abstract
operator
fun
<
T
:
Any
>
get
(
name
:
CustomPropertyName
<
T
>
)
:
T
?
set
Link copied to clipboard
abstract
operator
fun
<
T
:
Any
>
set
(
name
:
CustomPropertyName
<
T
>
,
value
:
T
?
)