Skip to main content

SyncActionData

amiudmodz


amiudmodz / proto / SyncActionData

Class: SyncActionData

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

Implements

Constructors

new SyncActionData()

new SyncActionData(p?): SyncActionData

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

Parameters

p?

ISyncActionData

Returns

SyncActionData

Properties

index?

optional index: null | Uint8Array<ArrayBufferLike>

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

Implementation of

ISyncActionData.index


padding?

optional padding: null | Uint8Array<ArrayBufferLike>

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

Implementation of

ISyncActionData.padding


value?

optional value: null | ISyncActionValue

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

Implementation of

ISyncActionData.value


version?

optional version: null | number

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

Implementation of

ISyncActionData.version

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): SyncActionData

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

Parameters

properties?

ISyncActionData

Returns

SyncActionData


decode()

static decode(r, l?): SyncActionData

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

SyncActionData


encode()

static encode(m, w?): Writer

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

Parameters

m

ISyncActionData

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): SyncActionData

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

Parameters

d

Returns

SyncActionData


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

SyncActionData

o?

IConversionOptions

Returns

object