toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.klerk
/
InstanceEventWithParameters
Instance
Event
With
Parameters
open
class
InstanceEventWithParameters
<
T
:
Any
,
P
:
Any
>
(
forModel
:
KClass
<
T
>
,
isExternal
:
Boolean
,
val
parametersClass
:
KClass
<
P
>
)
:
InstanceEvent
<
T
,
P
>
Inheritors
LinkClicked
SendEmail
Members
Constructors
Instance
Event
With
Parameters
Link copied to clipboard
constructor
(
forModel
:
KClass
<
T
>
,
isExternal
:
Boolean
,
parametersClass
:
KClass
<
P
>
)
Properties
id
Link copied to clipboard
val
id
:
EventReference
name
Link copied to clipboard
val
name
:
String
parameters
Class
Link copied to clipboard
val
parametersClass
:
KClass
<
P
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String