ic-reactor
    Preparing search index...

    Interface UseActorManagerParameters<A>

    interface UseActorManagerParameters<A> {
        name?: string;
        withVisitor?: boolean;
        withDevtools?: boolean;
        initializeOnCreate?: boolean;
        actorManager: types.ActorManager<A>;
    }

    Type Parameters

    • A

    Hierarchy (View Summary)

    Index

    Properties

    name?: string
    withVisitor?: boolean
    withDevtools?: boolean
    initializeOnCreate?: boolean
    actorManager: types.ActorManager<A>