Skip to main content

Class: ActionLink

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

Implements

Constructors

new ActionLink(p?): ActionLink

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

Parameters

p?

IActionLink

Returns

ActionLink

Properties

buttonTitle?

optional buttonTitle: null | string

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

Implementation of

IActionLink.buttonTitle


url?

optional url: null | string

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

Implementation of

IActionLink.url

Methods

toJSON()

toJSON(): object

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

Returns

object


create()

static create(properties?): ActionLink

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

Parameters

properties?

IActionLink

Returns

ActionLink


decode()

static decode(r, l?): ActionLink

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

ActionLink


encode()

static encode(m, w?): Writer

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

Parameters

m

IActionLink

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): ActionLink

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

Parameters

d

Returns

ActionLink


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

ActionLink

o?

IConversionOptions

Returns

object