@nextcloud/files
    Preparing search index...

    Interface IGetContentsOptions

    interface IGetContentsOptions {
        signal: AbortSignal;
    }
    Index

    Properties

    Properties

    signal: AbortSignal

    Abort signal to be able to cancel the request.