Interface UseDocumentOnceOptions

Options to configure how the document is fetched

interface UseDocumentOnceOptions {
    source?: Source;
}

Properties

Properties

source?: Source