Emitted by on$ and onAny$ for successful state transitions.

Example

{ from: 'SomeState', to: 'AnotherState', context: { anyProps: 'any values' } }

See

on$, onAny$

Type Parameters

  • T

  • C

Hierarchy

  • StatelySuccess

Properties

Properties

context: C
from: T
to: T

Generated using TypeDoc