Skip to content
Version: xstate@5.0.0

matchesState() function​

Signature:

export declare function matchesState(parentStateId: StateValue, childStateId: StateValue): boolean;

Parameters​

ParameterTypeDescription
parentStateIdStateValue
childStateIdStateValue

Returns:

boolean