Skip to main content
Defined in: WAProto/index.d.ts:13060

Implements

Constructors

new SyncdPatch()

new SyncdPatch(p?): SyncdPatch
Defined in: WAProto/index.d.ts:13061

Parameters

p?
ISyncdPatch

Returns

SyncdPatch

Properties

clientDebugData?

optional clientDebugData: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:13070

Implementation of

ISyncdPatch.clientDebugData

deviceIndex?

optional deviceIndex: null | number
Defined in: WAProto/index.d.ts:13069

Implementation of

ISyncdPatch.deviceIndex

exitCode?

optional exitCode: null | IExitCode
Defined in: WAProto/index.d.ts:13068

Implementation of

ISyncdPatch.exitCode

externalMutations?

optional externalMutations: null | IExternalBlobReference
Defined in: WAProto/index.d.ts:13064

Implementation of

ISyncdPatch.externalMutations

keyId?

optional keyId: null | IKeyId
Defined in: WAProto/index.d.ts:13067

Implementation of

ISyncdPatch.keyId

mutations

mutations: ISyncdMutation[]
Defined in: WAProto/index.d.ts:13063

Implementation of

ISyncdPatch.mutations

patchMac?

optional patchMac: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:13066

Implementation of

ISyncdPatch.patchMac

snapshotMac?

optional snapshotMac: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:13065

Implementation of

ISyncdPatch.snapshotMac

version?

optional version: null | ISyncdVersion
Defined in: WAProto/index.d.ts:13062

Implementation of

ISyncdPatch.version

Methods

create()

static create(properties?): SyncdPatch
Defined in: WAProto/index.d.ts:13071

Parameters

properties?
ISyncdPatch

Returns

SyncdPatch

decode()

static decode(r, l?): SyncdPatch
Defined in: WAProto/index.d.ts:13073

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

SyncdPatch

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:13072

Parameters

m
ISyncdPatch
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): SyncdPatch
Defined in: WAProto/index.d.ts:13074

Parameters

d

Returns

SyncdPatch

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:13077

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:13076

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:13075

Parameters

m
SyncdPatch
o?
IConversionOptions

Returns

object