lib
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
lib
mockzilla-management-ui
/
com.apadmi.mockzilla.desktop.ui.widgets.monitorlogs.details
/
MonitorLogDetailsViewModel
Monitor
Log
Details
View
Model
class
MonitorLogDetailsViewModel
(
scope
:
CoroutineScope
?
=
null
)
:
ViewModel
Members
Constructors
Monitor
Log
Details
View
Model
Link copied to clipboard
constructor
(
scope
:
CoroutineScope
?
=
null
)
Types
State
Link copied to clipboard
sealed
class
State
Properties
state
Link copied to clipboard
val
state
:
MutableStateFlow
<
MonitorLogDetailsViewModel.State.ViewDetails
>
view
Model
Scope
Link copied to clipboard
expect
val
viewModelScope
:
CoroutineScope
Functions
on
View
Request
Body
Link copied to clipboard
fun
onViewRequestBody
(
view
:
Boolean
)
on
View
Request
Headers
Link copied to clipboard
fun
onViewRequestHeaders
(
view
:
Boolean
)
on
View
Response
Body
Link copied to clipboard
fun
onViewResponseBody
(
view
:
Boolean
)
on
View
Response
Headers
Link copied to clipboard
fun
onViewResponseHeaders
(
view
:
Boolean
)