Interface UseActorParameters

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

Hierarchy (view full)

Properties

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