@nextcloud/files

    Interface UnderlyingSource<R>

    interface UnderlyingSource<R = any> {
        cancel?: UnderlyingSourceCancelCallback;
        pull?: UnderlyingSourcePullCallback<R>;
        start?: UnderlyingSourceStartCallback<R>;
        type?: undefined;
    }

    Type Parameters

    • R = any
    Index

    Properties

    type?: undefined
    MMNEPVFCICPMFPCPTTAAATR