Skip to content
Version: xstate@5.0.0

StateNodeConfig.id property​

The unique ID of the state node, which can be referenced as a transition target via the #id syntax.

Signature:

id?: string | undefined;