Skip to main content

Class: ActionLink

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

Implements

Constructors

new ActionLink(p?): ActionLink

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

Parameters

p?

IActionLink

Returns

ActionLink

Properties

buttonTitle?

optional buttonTitle: null | string

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

Implementation of

IActionLink.buttonTitle


url?

optional url: null | string

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

Implementation of

IActionLink.url

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): ActionLink

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

Parameters

properties?

IActionLink

Returns

ActionLink


decode()

static decode(r, l?): ActionLink

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

ActionLink


encode()

static encode(m, w?): Writer

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

Parameters

m

IActionLink

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): ActionLink

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

Parameters

d

Returns

ActionLink


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

ActionLink

o?

IConversionOptions

Returns

object