@nextcloud/dialogs
    Preparing search index...

    Interface WriteParams

    interface WriteParams {
        data?: string | Blob | BufferSource | null;
        position?: number | null;
        size?: number | null;
        type: WriteCommandType;
    }
    Index

    Properties

    data?: string | Blob | BufferSource | null
    position?: number | null
    size?: number | null