toggle menu
lib
0.0.266
jvm
switch theme
search in API
lib
/
com.prettybyte.klerk.collection
/
QueryOptions
Query
Options
data
class
QueryOptions
(
val
maxItems
:
Int
=
50
,
val
cursor
:
QueryListCursor
?
=
null
)
Members
Constructors
Query
Options
Link copied to clipboard
constructor
(
maxItems
:
Int
=
50
,
cursor
:
QueryListCursor
?
=
null
)
Properties
cursor
Link copied to clipboard
val
cursor
:
QueryListCursor
?
=
null
max
Items
Link copied to clipboard
val
maxItems
:
Int
=
50