Preparing search index...
The search index is not available
Vertex Typescript SDK Documentation
Documentation
Vertex Indexer Server Utils
IndexerEvent
Interface IndexerEvent<TStateType>
interface
IndexerEvent
<
TStateType
>
{
subaccount
:
string
;
isolated
:
boolean
;
isolatedProductId
:
null
|
number
;
productId
:
number
;
submissionIndex
:
string
;
eventType
:
IndexerEventType
;
state
:
TStateType
;
trackedVars
:
IndexerBalanceTrackedVars
;
}
Type Parameters
TStateType
extends
IndexerEventBalanceStateSnapshot
=
IndexerEventBalanceStateSnapshot
Hierarchy (
view full
)
IndexerEvent
IndexerEventWithTx
Index
Properties
subaccount
isolated
isolated
Product
Id
product
Id
submission
Index
event
Type
state
tracked
Vars
Properties
subaccount
subaccount
:
string
isolated
isolated
:
boolean
isolated
Product
Id
isolated
Product
Id
:
null
|
number
product
Id
product
Id
:
number
submission
Index
submission
Index
:
string
event
Type
event
Type
:
IndexerEventType
state
state
:
TStateType
tracked
Vars
tracked
Vars
:
IndexerBalanceTrackedVars
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
subaccount
isolated
isolated
Product
Id
product
Id
submission
Index
event
Type
state
tracked
Vars
Documentation
Loading...