Skip to main content

SyncdPatch

amiudmodz


amiudmodz / proto / SyncdPatch

Class: SyncdPatch

Defined in: WAProto/index.d.ts:14754

Implements

Constructors

new SyncdPatch()

new SyncdPatch(p?): SyncdPatch

Defined in: WAProto/index.d.ts:14755

Parameters

p?

ISyncdPatch

Returns

SyncdPatch

Properties

clientDebugData?

optional clientDebugData: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:14764

Implementation of

ISyncdPatch.clientDebugData


deviceIndex?

optional deviceIndex: null | number

Defined in: WAProto/index.d.ts:14763

Implementation of

ISyncdPatch.deviceIndex


exitCode?

optional exitCode: null | IExitCode

Defined in: WAProto/index.d.ts:14762

Implementation of

ISyncdPatch.exitCode


externalMutations?

optional externalMutations: null | IExternalBlobReference

Defined in: WAProto/index.d.ts:14758

Implementation of

ISyncdPatch.externalMutations


keyId?

optional keyId: null | IKeyId

Defined in: WAProto/index.d.ts:14761

Implementation of

ISyncdPatch.keyId


mutations

mutations: ISyncdMutation[]

Defined in: WAProto/index.d.ts:14757

Implementation of

ISyncdPatch.mutations


patchMac?

optional patchMac: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:14760

Implementation of

ISyncdPatch.patchMac


snapshotMac?

optional snapshotMac: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:14759

Implementation of

ISyncdPatch.snapshotMac


version?

optional version: null | ISyncdVersion

Defined in: WAProto/index.d.ts:14756

Implementation of

ISyncdPatch.version

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:14770

Returns

object


create()

static create(properties?): SyncdPatch

Defined in: WAProto/index.d.ts:14765

Parameters

properties?

ISyncdPatch

Returns

SyncdPatch


decode()

static decode(r, l?): SyncdPatch

Defined in: WAProto/index.d.ts:14767

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

SyncdPatch


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:14766

Parameters

m

ISyncdPatch

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): SyncdPatch

Defined in: WAProto/index.d.ts:14768

Parameters

d

Returns

SyncdPatch


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:14771

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:14769

Parameters

m

SyncdPatch

o?

IConversionOptions

Returns

object