subscribeToAgentRuntime
Agent Runtimes / stores/agentRuntimeStore / subscribeToAgentRuntime
Variable: subscribeToAgentRuntime
constsubscribeToAgentRuntime: {(listener): () =>void; <U>(selector,listener,options?): () =>void; } =agentRuntimeStore.subscribe
Defined in: stores/agentRuntimeStore.ts:921
Call Signature
(
listener): () =>void
Parameters
listener
(selectedState, previousSelectedState) => void
Returns
() => void
Call Signature
<
U>(selector,listener,options?): () =>void
Type Parameters
U
U
Parameters
selector
(state) => U
listener
(selectedState, previousSelectedState) => void
options?
Returns
() => void