Returns whether the childStateId is a substate of the parentStateId. If the current state is { a: { b: "c" } }, the following all "match":
object, array of strings, or string representing the parent state id
object, or string representing the child state id
Generated using TypeDoc
Returns whether the childStateId is a substate of the parentStateId. If the current state is { a: { b: "c" } }, the following all "match":