Compose Preview Lab
Toggle table of contents
0.1.0-dev09
common
Target filter
common
Switch theme
Search in API
Skip to content
Compose Preview Lab
field
/
me.tbsten.compose.preview.lab
/
PreviewLabField
/
ViewMenuItem
View
Menu
Item
abstract
class
ViewMenuItem
<
Value
>
(
val
field
:
PreviewLabField
<
Value
>
)
Inheritors
ResetValue
Members
Constructors
View
Menu
Item
Link copied to clipboard
constructor
(
field
:
PreviewLabField
<
Value
>
)
Types
Companion
Link copied to clipboard
object
Companion
Reset
Value
Link copied to clipboard
class
ResetValue
<
Value
>
(
val
field
:
MutablePreviewLabField
<
Value
>
)
:
PreviewLabField.ViewMenuItem
<
Value
>
Properties
enabled
Link copied to clipboard
open
val
enabled
:
Boolean
=
true
field
Link copied to clipboard
open
val
field
:
PreviewLabField
<
Value
>
title
Link copied to clipboard
abstract
val
title
:
String
Functions
Content
Link copied to clipboard
@
Composable
open
fun
Content
(
close
:
(
)
->
Unit
)
on
Click
Link copied to clipboard
abstract
fun
onClick
(
)