core
1.7.0
core
/
org.jetbrains.dokka.model.doc
/
Property
Property
data
class
Property
(
val
root
:
DocTag
,
val
name
:
String
)
:
NamedTagWrapper
Content copied to clipboard
Constructors
Properties
Constructors
Property
Link copied to clipboard
fun
Property
(
root
:
DocTag
,
name
:
String
)
Content copied to clipboard
Properties
children
Link copied to clipboard
open
override
val
children
:
List
<
DocTag
>
Content copied to clipboard
name
Link copied to clipboard
open
override
val
name
:
String
Content copied to clipboard
root
Link copied to clipboard
open
override
val
root
:
DocTag
Content copied to clipboard