toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.klerk.misc
/
EventParameter
Event
Parameter
data
class
EventParameter
(
val
raw
:
KParameter
)
Members
Constructors
Event
Parameter
Link copied to clipboard
constructor
(
raw
:
KParameter
)
Properties
is
Nullable
Link copied to clipboard
val
isNullable
:
Boolean
is
Required
Link copied to clipboard
val
isRequired
:
Boolean
model
IDType
Link copied to clipboard
val
modelIDType
:
String
?
name
Link copied to clipboard
val
name
:
String
pretty
Name
Link copied to clipboard
val
prettyName
:
String
raw
Link copied to clipboard
val
raw
:
KParameter
type
Link copied to clipboard
val
type
:
PropertyType
?
value
Class
Link copied to clipboard
val
valueClass
:
KClass
<
*
>