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

Implements

Constructors

new SyncActionData()

new SyncActionData(p?): SyncActionData
Defined in: WAProto/index.d.ts:11413

Parameters

p?
ISyncActionData

Returns

SyncActionData

Properties

index?

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

Implementation of

ISyncActionData.index

padding?

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

Implementation of

ISyncActionData.padding

value?

optional value: null | ISyncActionValue
Defined in: WAProto/index.d.ts:11415

Implementation of

ISyncActionData.value

version?

optional version: null | number
Defined in: WAProto/index.d.ts:11417

Implementation of

ISyncActionData.version

Methods

create()

static create(properties?): SyncActionData
Defined in: WAProto/index.d.ts:11418

Parameters

properties?
ISyncActionData

Returns

SyncActionData

decode()

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

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

SyncActionData

encode()

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

Parameters

m
ISyncActionData
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): SyncActionData
Defined in: WAProto/index.d.ts:11421

Parameters

d

Returns

SyncActionData

getTypeUrl()

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

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

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

Returns

object

toObject()

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

Parameters

m
SyncActionData
o?
IConversionOptions

Returns

object