root
Toggle table of contents
goblin-service
Target filter
goblin-service
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.data
/
ReportMode
Report
Mode
goblin-service
data
class
ReportMode
(
val
id
:
String
,
val
label
:
String
,
val
default
:
Boolean
,
val
visibleSections
:
List
<
Int
>
,
val
expandedSections
:
List
<
Int
>
)
Members
Constructors
Report
Mode
Link copied to clipboard
goblin-service
constructor
(
id
:
String
,
label
:
String
,
default
:
Boolean
,
visibleSections
:
List
<
Int
>
,
expandedSections
:
List
<
Int
>
)
Properties
default
Link copied to clipboard
goblin-service
val
default
:
Boolean
expanded
Sections
Link copied to clipboard
goblin-service
val
expandedSections
:
List
<
Int
>
id
Link copied to clipboard
goblin-service
val
id
:
String
label
Link copied to clipboard
goblin-service
val
label
:
String
visible
Sections
Link copied to clipboard
goblin-service
val
visibleSections
:
List
<
Int
>