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?
optional
action:"location"
|"newsletter"
|"embeddedAction"
|"tapAction"
Defined in: WAProto/index.d.ts:3890
embeddedAction?
optional
embeddedAction:null
|boolean
Defined in: WAProto/index.d.ts:3888
Implementation of
IInteractiveAnnotation
.embeddedAction
embeddedContent?
optional
embeddedContent:null
|IEmbeddedContent
Defined in: WAProto/index.d.ts:3884
Implementation of
IInteractiveAnnotation
.embeddedContent
location?
optional
location:null
|ILocation
Defined in: WAProto/index.d.ts:3886
Implementation of
IInteractiveAnnotation
.location
newsletter?
optional
newsletter: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?
optional
shouldSkipConfirmation:null
|boolean
Defined in: WAProto/index.d.ts:3883
Implementation of
IInteractiveAnnotation
.shouldSkipConfirmation
statusLinkType?
optional
statusLinkType:null
|StatusLinkType
Defined in: WAProto/index.d.ts:3885
Implementation of
IInteractiveAnnotation
.statusLinkType
tapAction?
optional
tapAction: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()
static
create(properties
?):InteractiveAnnotation
Defined in: WAProto/index.d.ts:3891
Parameters
properties?
Returns
decode()
static
decode(r
,l
?):InteractiveAnnotation
Defined in: WAProto/index.d.ts:3893
Parameters
r
Uint8Array
<ArrayBufferLike
> | Reader
l?
number
Returns
encode()
static
encode(m
,w
?):Writer
Defined in: WAProto/index.d.ts:3892
Parameters
m
w?
Writer
Returns
Writer
fromObject()
static
fromObject(d
):InteractiveAnnotation
Defined in: WAProto/index.d.ts:3894
Parameters
d
Returns
getTypeUrl()
static
getTypeUrl(typeUrlPrefix
?):string
Defined in: WAProto/index.d.ts:3897
Parameters
typeUrlPrefix?
string
Returns
string
toObject()
static
toObject(m
,o
?):object
Defined in: WAProto/index.d.ts:3895
Parameters
m
o?
IConversionOptions
Returns
object