Interface IncrementFraction<TIncrement>

Type Parameters

  • TIncrement

Hierarchy

  • IncrementFraction

Properties

Properties

fraction: number

The fraction of overall state that this increment represents, out of 1.

increment: TIncrement

The incremental state itself.

Generated using TypeDoc