InteractiveAnnotation
amiudmodz / proto / InteractiveAnnotation
Class: InteractiveAnnotation
Defined in: WAProto/index.d.ts:5404
Implements
Constructors
new InteractiveAnnotation()
new InteractiveAnnotation(
p?):InteractiveAnnotation
Defined in: WAProto/index.d.ts:5405
Parameters
p?
Returns
Properties
action?
optionalaction:"location"|"newsletter"|"embeddedAction"|"tapAction"
Defined in: WAProto/index.d.ts:5414
embeddedAction?
optionalembeddedAction:null|boolean
Defined in: WAProto/index.d.ts:5412
Implementation of
IInteractiveAnnotation.embeddedAction
embeddedContent?
optionalembeddedContent:null|IEmbeddedContent
Defined in: WAProto/index.d.ts:5408
Implementation of
IInteractiveAnnotation.embeddedContent
location?
optionallocation:null|ILocation
Defined in: WAProto/index.d.ts:5410
Implementation of
IInteractiveAnnotation.location
newsletter?
optionalnewsletter:null|IForwardedNewsletterMessageInfo
Defined in: WAProto/index.d.ts:5411
Implementation of
IInteractiveAnnotation.newsletter
polygonVertices
polygonVertices:
IPoint[]
Defined in: WAProto/index.d.ts:5406
Implementation of
IInteractiveAnnotation.polygonVertices
shouldSkipConfirmation?
optionalshouldSkipConfirmation:null|boolean
Defined in: WAProto/index.d.ts:5407
Implementation of
IInteractiveAnnotation.shouldSkipConfirmation
statusLinkType?
optionalstatusLinkType:null|StatusLinkType
Defined in: WAProto/index.d.ts:5409
Implementation of
IInteractiveAnnotation.statusLinkType
tapAction?
optionaltapAction:null|ITapLinkAction
Defined in: WAProto/index.d.ts:5413
Implementation of
IInteractiveAnnotation.tapAction
Methods
toJSON()
toJSON():
object
Defined in: WAProto/index.d.ts:5420
Returns
object
create()
staticcreate(properties?):InteractiveAnnotation
Defined in: WAProto/index.d.ts:5415
Parameters
properties?
Returns
decode()
staticdecode(r,l?):InteractiveAnnotation
Defined in: WAProto/index.d.ts:5417
Parameters
r
Uint8Array<ArrayBufferLike> | Reader
l?
number
Returns
encode()
staticencode(m,w?):Writer
Defined in: WAProto/index.d.ts:5416
Parameters
m
w?
Writer
Returns
Writer
fromObject()
staticfromObject(d):InteractiveAnnotation
Defined in: WAProto/index.d.ts:5418
Parameters
d
Returns
getTypeUrl()
staticgetTypeUrl(typeUrlPrefix?):string
Defined in: WAProto/index.d.ts:5421
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
statictoObject(m,o?):object
Defined in: WAProto/index.d.ts:5419
Parameters
m
o?
IConversionOptions
Returns
object