ImprovTools
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ImprovTools
:features:suggestions:data
/
com.brokenkernel.improvtools.suggestions.data.storage
Package-level
declarations
Types
Types
Audience
Suggestion
Datum
ODS
Link copied to clipboard
@
Serializable
data
class
AudienceSuggestionDatumODS
(
val
categories
:
List
<
IdeaCategoryODS
>
)
Idea
Category
ODS
Link copied to clipboard
@
Serializable
class
IdeaCategoryODS
(
title
:
String
,
val
showLinkToEmotion
:
Boolean
=
false
,
val
ideas
:
Set
<
IdeaItemODS
>
)
Idea
Item
ODS
Link copied to clipboard
@
Serializable
class
IdeaItemODS
(
val
idea
:
String
,
val
explanation
:
String
?
=
null
)
Idea
UIState
Link copied to clipboard
class
IdeaUIState