root
Toggle table of contents
goblin-common
Target filter
goblin-common
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.common
/
KeyValues
Key
Values
goblin-common
data
class
KeyValues
(
val
key
:
String
,
val
values
:
List
<
String
>
)
Front-matter stuff represented as key-value pairs.
Members
Constructors
Key
Values
Link copied to clipboard
goblin-common
constructor
(
key
:
String
,
values
:
List
<
String
>
)
Properties
key
Link copied to clipboard
goblin-common
val
key
:
String
values
Link copied to clipboard
goblin-common
val
values
:
List
<
String
>