quarkdown
Toggle table of contents
1.6.1
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.property
/
MutablePropertyContainer
/
addProperty
add
Property
fun
<
V
:
T
>
addProperty
(
property
:
Property
<
V
>
)
Adds a property to the container.
Parameters
property
the property to add
V
the type of the property, subtype of
T