Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
report-engine
/
org.octavius.report.component
/
ReportScreen
/
ReportUIState
Report
UIState
private
data
class
ReportUIState
(
val
lazyListState
:
LazyListState
,
val
coroutineScope
:
CoroutineScope
,
val
addMenuExpanded
:
MutableState
<
Boolean
>
,
val
configurationDialogVisible
:
MutableState
<
Boolean
>
)
Members
Constructors
Report
UIState
Link copied to clipboard
constructor
(
lazyListState
:
LazyListState
,
coroutineScope
:
CoroutineScope
,
addMenuExpanded
:
MutableState
<
Boolean
>
,
configurationDialogVisible
:
MutableState
<
Boolean
>
)
Properties
add
Menu
Expanded
Link copied to clipboard
val
addMenuExpanded
:
MutableState
<
Boolean
>
configuration
Dialog
Visible
Link copied to clipboard
val
configurationDialogVisible
:
MutableState
<
Boolean
>
coroutine
Scope
Link copied to clipboard
val
coroutineScope
:
CoroutineScope
lazy
List
State
Link copied to clipboard
val
lazyListState
:
LazyListState