Skip to content

Latest commit

 

History

History
170 lines (74 loc) · 2.03 KB

tryorama.clientsplayersoptions.md

File metadata and controls

170 lines (74 loc) · 2.03 KB

Home > @holochain/tryorama > ClientsPlayersOptions

ClientsPlayersOptions interface

Signature:

export interface ClientsPlayersOptions 

Properties

Property

Modifiers

Type

Description

agentPubKeys?

AgentPubKey[]

(Optional) A list of previously generated agent pub keys (optional).

app

AppBundleSource

An app that will be installed for each agent.

clientTimeout?

number

(Optional) A timeout for the web socket connection (optional).

numberOfAgentsPerConductor?

number

(Optional) Number of agents per conductor. Defaults to 1.

numberOfConductorsPerClient?

number

(Optional) Number of conductors per client. Defaults to 1.

partialConfig?

string

(Optional) Configuration for the conductor (optional).

signalHandler?

SignalCb

(Optional) A signal handler to be registered in conductors.