Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-csstype
/
csstype
/
RuleBuilder
Rule
Builder
interface
RuleBuilder
<
T
:
Any
>
:
Record
<
Selector
,
Any
>
(
source
)
Inheritors
AdvancedPseudosRuleBuilder
ExperimentalPseudosRuleBuilder
NonStandardPseudosRuleBuilder
SimplePseudosRuleBuilder
PropertiesBuilder
Members
Functions
@container
Link copied to clipboard
inline
fun
@container
(
query
:
ContainerQuery
,
block
:
T
.
(
)
->
Unit
)
inline
fun
@container
(
containerName
:
ContainerName
,
query
:
ContainerQuery
,
block
:
T
.
(
)
->
Unit
)
@font-face
Link copied to clipboard
inline
fun
@font-face
(
block
:
FontFace
.
(
)
->
Unit
)
@media
Link copied to clipboard
inline
fun
@media
(
query
:
MediaQuery
,
block
:
T
.
(
)
->
Unit
)
@view-transition
Link copied to clipboard
inline
fun
@view-transition
(
block
:
ViewTransition
.
(
)
->
Unit
)
and
Link copied to clipboard
inline
fun
and
(
className
:
ClassName
,
block
:
T
.
(
)
->
Unit
)
get
Link copied to clipboard
open
operator
fun
get
(
key
:
Selector
)
:
Any
?
invoke
Link copied to clipboard
inline operator
fun
String
.
invoke
(
block
:
T
.
(
)
->
Unit
)
inline operator
fun
ClassName
.
invoke
(
block
:
T
.
(
)
->
Unit
)
inline operator
fun
Selector
.
invoke
(
block
:
T
.
(
)
->
Unit
)
set
Link copied to clipboard
open
operator
fun
set
(
key
:
Selector
,
value
:
Any
)