Home > @holochain/tryorama > ClientsPlayersOptions
Signature:
export interface ClientsPlayersOptions
Property |
Modifiers |
Type |
Description |
---|---|---|---|
AgentPubKey[] |
(Optional) A list of previously generated agent pub keys (optional). | ||
AppBundleSource |
An app that will be installed for each agent. | ||
number |
(Optional) A timeout for the web socket connection (optional). | ||
number |
(Optional) Number of agents per conductor. Defaults to 1. | ||
number |
(Optional) Number of conductors per client. Defaults to 1. | ||
string |
(Optional) Configuration for the conductor (optional). | ||
SignalCb |
(Optional) A signal handler to be registered in conductors. |