Datalayer Desktop - v0.0.2
    Preparing search index...

    Configuration options for the usePreload hook.

    interface UsePreloadOptions {
        autoStart?: boolean;
        onError?: (error: Error) => void;
        onSuccess?: () => void;
    }
    Index

    Properties

    autoStart?: boolean
    onError?: (error: Error) => void
    onSuccess?: () => void