toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-emotion
/
emotion.utils
/
EmotionCache
Emotion
Cache
external
interface
EmotionCache
(
source
)
Members
Properties
compat
Link copied to clipboard
abstract
val
compat
:
Boolean
?
inserted
Link copied to clipboard
abstract
val
inserted
:
Record
<
String
,
Any
>
key
Link copied to clipboard
abstract
val
key
:
String
nonce
Link copied to clipboard
abstract
val
nonce
:
String
?
registered
Link copied to clipboard
abstract
val
registered
:
RegisteredCache
sheet
Link copied to clipboard
abstract
val
sheet
:
StyleSheet
Functions
insert
Link copied to clipboard
abstract
fun
insert
(
selector
:
String
,
serialized
:
SerializedStyles
,
sheet
:
StyleSheet
,
shouldCache
:
Boolean
)
:
String
?