Skip to content

Latest commit

 

History

History
117 lines (52 loc) · 1.4 KB

tryorama.trycpconductoroptions.md

File metadata and controls

117 lines (52 loc) · 1.4 KB

Home > @holochain/tryorama > TryCpConductorOptions

TryCpConductorOptions interface

Signature:

export interface TryCpConductorOptions 

Properties

Property

Modifiers

Type

Description

id?

ConductorId

(Optional) Identifier for the conductor (optional).

logLevel?

TryCpConductorLogLevel

(Optional) Log level of the conductor (optional).

default: "error"

partialConfig?

string

(Optional) Configuration for the conductor (optional).

startup?

boolean

(Optional) Start up conductor after creation.

default: true