The child FSM's compositeState for the given client
(client: object)
| 419 | onAny(callback: (eventName: string, data: unknown) => void): { off(): void }; |
| 420 | /** The child FSM's compositeState for the given client */ |
| 421 | compositeState(client: object): string; |
| 422 | /** |
| 423 | * Silently place `client` at the given composite state within the child hierarchy. |
| 424 | * Throws for Fsm children (no per-client state to rehydrate). |
no outgoing calls
no test coverage detected