core
1.7.0
core
/
org.jetbrains.dokka.model
/
DefaultValue
Default
Value
class
DefaultValue
(
val
expression
:
SourceSetDependent
<
Expression
>
)
:
ExtraProperty
<
Documentable
>
Content copied to clipboard
Types
Constructors
Properties
Constructors
Default
Value
Link copied to clipboard
fun
DefaultValue
(
expression
:
SourceSetDependent
<
Expression
>
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
:
ExtraProperty.Key
<
Documentable
,
DefaultValue
>
Content copied to clipboard
Properties
expression
Link copied to clipboard
val
expression
:
SourceSetDependent
<
Expression
>
Content copied to clipboard
key
Link copied to clipboard
open
override
val
key
:
ExtraProperty.Key
<
Documentable
,
*
>
Content copied to clipboard
value
Link copied to clipboard
val
value
:
Expression
Content copied to clipboard