Documentation
Preparing search index...
@rivetkit/framework-base
ActorsStateDerived
Type Alias ActorsStateDerived<Registry, WorkerName>
ActorsStateDerived
:
Derived
<
Omit
<
InternalRivetKitStore
<
Registry
,
ExtractActorsFromRegistry
<
Registry
>
>
[
"actors"
]
[
string
]
,
"handle"
|
"connection"
,
>
&
{
connection
:
|
ActorConn
<
ExtractActorsFromRegistry
<
Registry
>
[
WorkerName
]
>
|
null
;
handle
:
|
ActorHandle
<
ExtractActorsFromRegistry
<
Registry
>
[
WorkerName
]
>
|
null
;
}
,
>
Type Parameters
Registry
extends
AnyActorRegistry
WorkerName
extends
keyof
ExtractActorsFromRegistry
<
Registry
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
Loading...