KotlinX-Schema
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KotlinX-Schema
kotlinx-schema-generator-core
/
kotlinx.schema.generator.core.ir
/
ListNode
List
Node
data
class
ListNode
(
val
element
:
TypeRef
,
val
description
:
String
?
=
null
)
:
TypeNode
(
source
)
List/array node.
Members
Constructors
List
Node
Link copied to clipboard
constructor
(
element
:
TypeRef
,
description
:
String
?
=
null
)
Properties
description
Link copied to clipboard
open
override
val
description
:
String
?
element
Link copied to clipboard
val
element
:
TypeRef