Kotlinx-Schema
Toggle table of contents
0.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Kotlinx-Schema
kotlinx-schema-generator-core
/
kotlinx.schema.generator.core.ir
/
PrimitiveNode
Primitive
Node
data
class
PrimitiveNode
(
val
kind
:
PrimitiveKind
,
val
description
:
String
?
=
null
,
val
unsigned
:
Boolean
=
false
)
:
TypeNode
(
source
)
Primitive node.
Members
Constructors
Primitive
Node
Link copied to clipboard
constructor
(
kind
:
PrimitiveKind
,
description
:
String
?
=
null
,
unsigned
:
Boolean
=
false
)
Properties
description
Link copied to clipboard
open
override
val
description
:
String
?
kind
Link copied to clipboard
val
kind
:
PrimitiveKind
unsigned
Link copied to clipboard
val
unsigned
:
Boolean