IncrementalSegmentActions Interface
Signature
export interface IncrementalSegmentActions<TContext>
Type Parameters
| Parameter | Description |
|---|---|
| TContext |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| leaf | IncrementalSegmentAction<TContext> | ||
| post | optional |
IncrementalBlockAction<TContext> | |
| pre | optional |
IncrementalBlockAction<TContext> |
Property Details
leaf
Signature
leaf: IncrementalSegmentAction<TContext>;
Type: IncrementalSegmentAction<TContext>
post
Signature
post?: IncrementalBlockAction<TContext>;
Type: IncrementalBlockAction<TContext>
pre
Signature
pre?: IncrementalBlockAction<TContext>;
Type: IncrementalBlockAction<TContext>