Skip to main content

TapLinkAction

amiudmodz


amiudmodz / proto / TapLinkAction

Class: TapLinkAction

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

Implements

Constructors

new TapLinkAction()

new TapLinkAction(p?): TapLinkAction

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

Parameters

p?

ITapLinkAction

Returns

TapLinkAction

Properties

tapUrl?

optional tapUrl: null | string

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

Implementation of

ITapLinkAction.tapUrl


title?

optional title: null | string

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

Implementation of

ITapLinkAction.title

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): TapLinkAction

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

Parameters

properties?

ITapLinkAction

Returns

TapLinkAction


decode()

static decode(r, l?): TapLinkAction

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

TapLinkAction


encode()

static encode(m, w?): Writer

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

Parameters

m

ITapLinkAction

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): TapLinkAction

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

Parameters

d

Returns

TapLinkAction


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

TapLinkAction

o?

IConversionOptions

Returns

object