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

Implements

Constructors

new TapLinkAction()

new TapLinkAction(p?): TapLinkAction
Defined in: WAProto/index.d.ts:13160

Parameters

p?
ITapLinkAction

Returns

TapLinkAction

Properties

tapUrl?

optional tapUrl: null | string
Defined in: WAProto/index.d.ts:13162

Implementation of

ITapLinkAction.tapUrl

title?

optional title: null | string
Defined in: WAProto/index.d.ts:13161

Implementation of

ITapLinkAction.title

Methods

create()

static create(properties?): TapLinkAction
Defined in: WAProto/index.d.ts:13163

Parameters

properties?
ITapLinkAction

Returns

TapLinkAction

decode()

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

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

TapLinkAction

encode()

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

Parameters

m
ITapLinkAction
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): TapLinkAction
Defined in: WAProto/index.d.ts:13166

Parameters

d

Returns

TapLinkAction

getTypeUrl()

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

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

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

Returns

object

toObject()

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

Parameters

m
TapLinkAction
o?
IConversionOptions

Returns

object