platform-bible-react
    Preparing search index...

    Type Alias UsePromiseOptions

    type UsePromiseOptions = {
        preserveValue?: boolean;
    }
    Index

    Properties

    Properties

    preserveValue?: boolean

    Whether to leave the value as the most recent resolved promise value or set it back to defaultValue while running the promise again. Defaults to true