ClientOf
ClientOf<
TFsm> =TFsmextendsBehavioralFsm?TClient:never
Defined in: types.ts:156
Extracts the client object type from a concrete behavioral FSM instance.
Type Parameters
Section titled “Type Parameters”TFsm
ClientOf<
TFsm> =TFsmextendsBehavioralFsm?TClient:never
Defined in: types.ts:156
Extracts the client object type from a concrete behavioral FSM instance.
TFsm