Ksui
Toggle table of contents
2.2.4-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Ksui
Ksui
/
xyz.mcxross.ksui.model
/
EventFilter
Event
Filter
data
class
EventFilter
(
val
afterCheckpoint
:
String
?
=
null
,
val
atCheckpoint
:
String
?
=
null
,
val
beforeCheckpoint
:
String
?
=
null
,
val
sender
:
String
?
=
null
,
val
module
:
String
?
=
null
,
val
type
:
String
?
=
null
)
Members
Constructors
Event
Filter
Link copied to clipboard
constructor
(
afterCheckpoint
:
String
?
=
null
,
atCheckpoint
:
String
?
=
null
,
beforeCheckpoint
:
String
?
=
null
,
sender
:
String
?
=
null
,
module
:
String
?
=
null
,
type
:
String
?
=
null
)
Properties
after
Checkpoint
Link copied to clipboard
val
afterCheckpoint
:
String
?
=
null
at
Checkpoint
Link copied to clipboard
val
atCheckpoint
:
String
?
=
null
before
Checkpoint
Link copied to clipboard
val
beforeCheckpoint
:
String
?
=
null
module
Link copied to clipboard
val
module
:
String
?
=
null
sender
Link copied to clipboard
val
sender
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null
Functions
to
Generated
Link copied to clipboard
fun
toGenerated
(
)
:
EventFilter