Preparing search index...
The search index is not available
@vbrick/rev-client
@vbrick/rev-client
Channel
SearchOptions
Interface SearchOptions
interface
SearchOptions
{
maxResults
?:
number
;
onProgress
?:
(
items
:
Channel
.
SearchHit
[]
,
current
:
number
,
total
:
number
,
)
=>
void
;
pageSize
?:
number
;
start
?:
number
;
}
Index
Properties
max
Results?
on
Progress?
page
Size?
start?
Properties
Optional
max
Results
maxResults
?:
number
Optional
on
Progress
onProgress
?:
(
items
:
Channel
.
SearchHit
[]
,
current
:
number
,
total
:
number
,
)
=>
void
Optional
page
Size
pageSize
?:
number
Optional
start
start
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
max
Results
on
Progress
page
Size
start
@vbrick/rev-client
Loading...