Documentation
Preparing search index...
@rivetkit/engine-api-full
index
Rivet
ActorsListRequest
Interface ActorsListRequest
Example
{
*
namespace
:
"namespace"
* }
Copy
interface
ActorsListRequest
{
actorIds
?:
string
;
cursor
?:
string
;
includeDestroyed
?:
boolean
;
key
?:
string
;
limit
?:
number
;
name
?:
string
;
namespace
:
string
;
}
Index
Properties
actor
Ids?
cursor?
include
Destroyed?
key?
limit?
name?
namespace
Properties
Optional
actor
Ids
actorIds
?:
string
Optional
cursor
cursor
?:
string
Optional
include
Destroyed
includeDestroyed
?:
boolean
Optional
key
key
?:
string
Optional
limit
limit
?:
number
Optional
name
name
?:
string
namespace
namespace
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
actor
Ids
cursor
include
Destroyed
key
limit
name
namespace
Documentation
Loading...
Example