Class: InteractiveAnnotation
Defined in: WAProto/index.d.ts:4832
Implements
Constructors
new InteractiveAnnotation()
new InteractiveAnnotation(
p?):InteractiveAnnotation
Defined in: WAProto/index.d.ts:4833
Parameters
p?
Returns
Properties
action?
optionalaction:"location"|"newsletter"|"embeddedAction"|"tapAction"
Defined in: WAProto/index.d.ts:4842
embeddedAction?
optionalembeddedAction:null|boolean
Defined in: WAProto/index.d.ts:4840
Implementation of
IInteractiveAnnotation.embeddedAction
embeddedContent?
optionalembeddedContent:null|IEmbeddedContent
Defined in: WAProto/index.d.ts:4836
Implementation of
IInteractiveAnnotation.embeddedContent
location?
optionallocation:null|ILocation
Defined in: WAProto/index.d.ts:4838
Implementation of
IInteractiveAnnotation.location
newsletter?
optionalnewsletter:null|IForwardedNewsletterMessageInfo
Defined in: WAProto/index.d.ts:4839
Implementation of
IInteractiveAnnotation.newsletter
polygonVertices
polygonVertices:
IPoint[]
Defined in: WAProto/index.d.ts:4834
Implementation of
IInteractiveAnnotation.polygonVertices
shouldSkipConfirmation?
optionalshouldSkipConfirmation:null|boolean
Defined in: WAProto/index.d.ts:4835
Implementation of
IInteractiveAnnotation.shouldSkipConfirmation
statusLinkType?
optionalstatusLinkType:null|StatusLinkType
Defined in: WAProto/index.d.ts:4837
Implementation of
IInteractiveAnnotation.statusLinkType
tapAction?
optionaltapAction:null|ITapLinkAction
Defined in: WAProto/index.d.ts:4841
Implementation of
IInteractiveAnnotation.tapAction
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:4848
Returns
object
create()
staticcreate(properties?):InteractiveAnnotation
Defined in: WAProto/index.d.ts:4843
Parameters
properties?
Returns
decode()
staticdecode(r,l?):InteractiveAnnotation
Defined in: WAProto/index.d.ts:4845
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:4844
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):InteractiveAnnotation
Defined in: WAProto/index.d.ts:4846
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:4849
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:4847
Parameters
m
o?
IConversionOptions
Returns
object