ic-reactor
    Preparing search index...

    Interface ActorManagerParameters

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

    Properties

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