Class: InteractiveAnnotation
Defined in: WAProto/index.d.ts:3880
Implements
Constructors
new InteractiveAnnotation()
new InteractiveAnnotation(
p?):InteractiveAnnotation
Defined in: WAProto/index.d.ts:3881
Parameters
p?
Returns
Properties
action?
optionalaction:"location"|"newsletter"|"embeddedAction"|"tapAction"
Defined in: WAProto/index.d.ts:3890
embeddedAction?
optionalembeddedAction:null|boolean
Defined in: WAProto/index.d.ts:3888
Implementation of
IInteractiveAnnotation.embeddedAction
embeddedContent?
optionalembeddedContent:null|IEmbeddedContent
Defined in: WAProto/index.d.ts:3884
Implementation of
IInteractiveAnnotation.embeddedContent
location?
optionallocation:null|ILocation
Defined in: WAProto/index.d.ts:3886
Implementation of
IInteractiveAnnotation.location
newsletter?
optionalnewsletter:null|IForwardedNewsletterMessageInfo
Defined in: WAProto/index.d.ts:3887
Implementation of
IInteractiveAnnotation.newsletter
polygonVertices
polygonVertices:
IPoint[]
Defined in: WAProto/index.d.ts:3882
Implementation of
IInteractiveAnnotation.polygonVertices
shouldSkipConfirmation?
optionalshouldSkipConfirmation:null|boolean
Defined in: WAProto/index.d.ts:3883
Implementation of
IInteractiveAnnotation.shouldSkipConfirmation
statusLinkType?
optionalstatusLinkType:null|StatusLinkType
Defined in: WAProto/index.d.ts:3885
Implementation of
IInteractiveAnnotation.statusLinkType
tapAction?
optionaltapAction:null|ITapLinkAction
Defined in: WAProto/index.d.ts:3889
Implementation of
IInteractiveAnnotation.tapAction
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:3896
Returns
object
create()
staticcreate(properties?):InteractiveAnnotation
Defined in: WAProto/index.d.ts:3891
Parameters
properties?
Returns
decode()
staticdecode(r,l?):InteractiveAnnotation
Defined in: WAProto/index.d.ts:3893
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:3892
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):InteractiveAnnotation
Defined in: WAProto/index.d.ts:3894
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:3897
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:3895
Parameters
m
o?
IConversionOptions
Returns
object