Interface MainOperationIndexingContext<TData>

Provides all additional data according the path of the indexed entity within the block.

Type Parameters

  • TData = unknown

    The type of your custom data that flows in indexingContext through all indexers for a block. See createContextData for more details.

Hierarchy

Properties

block: Block
data: TData
operationGroup: OperationGroup

Generated using TypeDoc