Preparing search index...
The search index is not available
racer
racer
<internal>
sharedb
middleware
QueryContext
Interface QueryContext
interface
QueryContext
{
action
:
keyof
ActionContextMap
;
agent
:
Agent
<
any
>
;
backend
:
sharedb
;
channel
:
string
;
channels
:
string
[]
;
collection
:
string
;
db
:
DB
;
fields
:
ProjectionFields
;
index
:
string
;
options
?:
Object
;
projection
:
ReadonlyProjection
;
query
:
any
;
snapshotProjection
:
ReadonlyProjection
;
}
Hierarchy (
view full
)
BaseContext
QueryContext
Index
Properties
action
agent
backend
channel
channels
collection
db
fields
index
options?
projection
query
snapshot
Projection
Properties
action
action
:
keyof
ActionContextMap
agent
agent
:
Agent
<
any
>
backend
backend
:
sharedb
channel
channel
:
string
Deprecated
Use channels property instead
channels
channels
:
string
[]
collection
collection
:
string
db
db
:
DB
fields
fields
:
ProjectionFields
index
index
:
string
Optional
options
options
?:
Object
projection
projection
:
ReadonlyProjection
query
query
:
any
snapshot
Projection
snapshot
Projection
:
ReadonlyProjection
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
agent
backend
channel
channels
collection
db
fields
index
options
projection
query
snapshot
Projection
racer
Loading...
Deprecated
Use channels property instead