Skip to main content

Class: SyncActionData

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

Implements

Constructors

new SyncActionData()

new SyncActionData(p?): SyncActionData

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

Parameters

p?

ISyncActionData

Returns

SyncActionData

Properties

index?

optional index: null | Uint8Array<ArrayBufferLike>

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

Implementation of

ISyncActionData.index


padding?

optional padding: null | Uint8Array<ArrayBufferLike>

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

Implementation of

ISyncActionData.padding


value?

optional value: null | ISyncActionValue

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

Implementation of

ISyncActionData.value


version?

optional version: null | number

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

Implementation of

ISyncActionData.version

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): SyncActionData

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

Parameters

properties?

ISyncActionData

Returns

SyncActionData


decode()

static decode(r, l?): SyncActionData

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

SyncActionData


encode()

static encode(m, w?): Writer

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

Parameters

m

ISyncActionData

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): SyncActionData

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

Parameters

d

Returns

SyncActionData


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

SyncActionData

o?

IConversionOptions

Returns

object