Cerbos JavaScript SDK
    Preparing search index...

    Interface ReloadStoreRequest

    interface ReloadStoreRequest {
        wait: boolean;
    }
    Index

    Properties

    Properties

    wait: boolean

    true to block until the reload completes, and throw an error if it fails. false to return as soon as the reload is initiated.