Skip to content
Version: xstate@5.0.0

StateNodeConfig.tags property​

The tags for this state node, which are accumulated into the state.tags property.

Signature:

tags?: SingleOrArray<TTag>;