Interface ActorManagerParameters

interface ActorManagerParameters {
    idlFactory: types.IDL.InterfaceFactory;
    agentManager: types.AgentManager;
    name?: string;
    canisterId: types.CanisterId;
    withVisitor?: boolean;
    withDevtools?: boolean;
    initializeOnCreate?: boolean;
}

Properties

agentManager: types.AgentManager
name?: string
canisterId: types.CanisterId
withVisitor?: boolean
withDevtools?: boolean
initializeOnCreate?: boolean