ic-reactor
    Preparing search index...

    Interface ActorProviderProps

    interface ActorProviderProps {
        name?: string;
        withVisitor?: boolean;
        withDevtools?: boolean;
        initializeOnCreate?: boolean;
        children?: ReactNode;
        candidString?: string;
        fetchingComponent?: ReactNode;
        errorComponent?: (error: string) => ReactNode;
        loadingComponent?: ReactNode;
        authenticatingComponent?: ReactNode;
        didjsId?: string;
        canisterId?: types.CanisterId;
        idlFactory?: types.IDL.InterfaceFactory;
        disableAutoFetch?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    name?: string
    withVisitor?: boolean
    withDevtools?: boolean
    initializeOnCreate?: boolean
    children?: ReactNode
    candidString?: string
    fetchingComponent?: ReactNode
    errorComponent?: (error: string) => ReactNode
    loadingComponent?: ReactNode
    authenticatingComponent?: ReactNode
    didjsId?: string
    canisterId?: types.CanisterId
    disableAutoFetch?: boolean