lib
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
lib
mockzilla-management-ui-common
/
com.apadmi.mockzilla.ui.i18n
/
Strings
/
Widgets
/
MiscControls
Misc
Controls
@
InternalMockzillaApi
data
class
MiscControls
(
val
refreshAll
:
String
,
val
clearOverrides
:
String
,
val
title
:
String
,
val
actionsSection
:
String
,
val
presentationMode
:
String
,
val
darkMode
:
String
,
val
fontScaleLabel
:
(
Float
)
->
String
)
Members
Constructors
Misc
Controls
Link copied to clipboard
constructor
(
refreshAll
:
String
,
clearOverrides
:
String
,
title
:
String
,
actionsSection
:
String
,
presentationMode
:
String
,
darkMode
:
String
,
fontScaleLabel
:
(
Float
)
->
String
)
Properties
actions
Section
Link copied to clipboard
val
actionsSection
:
String
clear
Overrides
Link copied to clipboard
val
clearOverrides
:
String
dark
Mode
Link copied to clipboard
val
darkMode
:
String
font
Scale
Label
Link copied to clipboard
val
fontScaleLabel
:
(
Float
)
->
String
presentation
Mode
Link copied to clipboard
val
presentationMode
:
String
refresh
All
Link copied to clipboard
val
refreshAll
:
String
title
Link copied to clipboard
val
title
:
String