StateNode.output property​
The output data sent with the "xstate.done.state._id_" event if this is a final state node.
Signature:
output?: Mapper<MachineContext, EventObject, unknown, EventObject> | NonReducibleUnknown;
The output data sent with the "xstate.done.state._id_" event if this is a final state node.
Signature:
output?: Mapper<MachineContext, EventObject, unknown, EventObject> | NonReducibleUnknown;