Skip to main content

Class: TapLinkAction

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

Implements

Constructors

new TapLinkAction()

new TapLinkAction(p?): TapLinkAction

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

Parameters

p?

ITapLinkAction

Returns

TapLinkAction

Properties

tapUrl?

optional tapUrl: null | string

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

Implementation of

ITapLinkAction.tapUrl


title?

optional title: null | string

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

Implementation of

ITapLinkAction.title

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): TapLinkAction

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

Parameters

properties?

ITapLinkAction

Returns

TapLinkAction


decode()

static decode(r, l?): TapLinkAction

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

TapLinkAction


encode()

static encode(m, w?): Writer

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

Parameters

m

ITapLinkAction

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): TapLinkAction

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

Parameters

d

Returns

TapLinkAction


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

TapLinkAction

o?

IConversionOptions

Returns

object