Preparing search index...
The search index is not available
racer
racer
<internal>
sharedb
middleware
SubmitContext
Interface SubmitContext
interface
SubmitContext
{
action
:
keyof
ActionContextMap
;
agent
:
Agent
<
any
>
;
backend
:
sharedb
;
channels
:
string
[]
;
collection
:
string
;
extra
:
Object
;
id
:
string
;
index
:
string
;
maxRetries
:
number
;
op
:
CreateOp
|
DeleteOp
|
EditOp
;
ops
:
any
[]
;
options
:
any
;
projection
:
ReadonlyProjection
;
retries
:
number
;
saveMilestoneSnapshot
:
boolean
;
snapshot
:
sharedb
.
Snapshot
;
start
:
number
;
suppressPublish
:
boolean
;
}
Hierarchy (
view full
)
BaseContext
SubmitRequest
SubmitContext
Index
Properties
action
agent
backend
channels
collection
extra
id
index
max
Retries
op
ops
options
projection
retries
save
Milestone
Snapshot
snapshot
start
suppress
Publish
Properties
action
action
:
keyof
ActionContextMap
agent
agent
:
Agent
<
any
>
backend
backend
:
sharedb
channels
channels
:
string
[]
collection
collection
:
string
extra
extra
:
Object
id
id
:
string
index
index
:
string
max
Retries
max
Retries
:
number
op
op
:
CreateOp
|
DeleteOp
|
EditOp
ops
ops
:
any
[]
options
options
:
any
projection
projection
:
ReadonlyProjection
retries
retries
:
number
save
Milestone
Snapshot
save
Milestone
Snapshot
:
boolean
snapshot
snapshot
:
sharedb
.
Snapshot
start
start
:
number
suppress
Publish
suppress
Publish
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
agent
backend
channels
collection
extra
id
index
max
Retries
op
ops
options
projection
retries
save
Milestone
Snapshot
snapshot
start
suppress
Publish
racer
Loading...