api
Toggle table of contents
24fdbeb5d0
jvm
Platform filter
jvm
Switch theme
Search in API
api
api
/
host.minestudio.frost.api.config
/
InputSuffix
Input
Suffix
@
Serializable
data
class
InputSuffix
(
val
type
:
String
=
"select"
,
val
options
:
List
<
SelectOption
>
,
val
defaultValue
:
String
?
=
null
)
Members
Constructors
Input
Suffix
Link copied to clipboard
constructor
(
type
:
String
=
"select"
,
options
:
List
<
SelectOption
>
,
defaultValue
:
String
?
=
null
)
Properties
default
Value
Link copied to clipboard
val
defaultValue
:
String
?
=
null
options
Link copied to clipboard
val
options
:
List
<
SelectOption
>
type
Link copied to clipboard
val
type
:
String