ic-reactor
    Preparing search index...

    Interface CreateActorContextParameters

    interface CreateActorContextParameters {
        name?: string;
        withVisitor?: boolean;
        withDevtools?: boolean;
        initializeOnCreate?: boolean;
        didjsId?: string;
        canisterId?: types.CanisterId;
        idlFactory?: types.IDL.InterfaceFactory;
        disableAutoFetch?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    name?: string
    withVisitor?: boolean
    withDevtools?: boolean
    initializeOnCreate?: boolean
    didjsId?: string
    canisterId?: types.CanisterId
    disableAutoFetch?: boolean