Implements
Constructors
new ActionLink()
new ActionLink(Defined in: WAProto/index.d.ts:757p?):ActionLink
Parameters
p?
IActionLink
Returns
ActionLink
Properties
buttonTitle?
Defined in: WAProto/index.d.ts:759optionalbuttonTitle:null|string
Implementation of
IActionLink.buttonTitle
url?
Defined in: WAProto/index.d.ts:758optionalurl:null|string
Implementation of
IActionLink.url
Methods
create()
Defined in: WAProto/index.d.ts:760staticcreate(properties?):ActionLink
Parameters
properties?
IActionLink
Returns
ActionLink
decode()
Defined in: WAProto/index.d.ts:762staticdecode(r,l?):ActionLink
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
ActionLink
encode()
Defined in: WAProto/index.d.ts:761staticencode(m,w?):Writer
Parameters
m
IActionLink
w?
Writer
Returns
Writer
fromObject()
Defined in: WAProto/index.d.ts:763staticfromObject(d):ActionLink
Parameters
d
Returns
ActionLink
getTypeUrl()
Defined in: WAProto/index.d.ts:766staticgetTypeUrl(typeUrlPrefix?):string
Parameters
typeUrlPrefix?
string
Returns
string
toJSON()
toJSON(): object
Defined in: WAProto/index.d.ts:765
Returns
object
toObject()
Defined in: WAProto/index.d.ts:764statictoObject(m,o?):object
Parameters
m
ActionLink
o?
IConversionOptions
Returns
object