Skip to main content
Defined in: WAProto/index.d.ts:4832

Implements

Constructors

new InteractiveAnnotation()

new InteractiveAnnotation(p?): InteractiveAnnotation
Defined in: WAProto/index.d.ts:4833

Parameters

p?
IInteractiveAnnotation

Returns

InteractiveAnnotation

Properties

action?

optional action: "location" | "newsletter" | "embeddedAction" | "tapAction"
Defined in: WAProto/index.d.ts:4842

embeddedAction?

optional embeddedAction: null | boolean
Defined in: WAProto/index.d.ts:4840

Implementation of

IInteractiveAnnotation.embeddedAction

embeddedContent?

optional embeddedContent: null | IEmbeddedContent
Defined in: WAProto/index.d.ts:4836

Implementation of

IInteractiveAnnotation.embeddedContent

location?

optional location: null | ILocation
Defined in: WAProto/index.d.ts:4838

Implementation of

IInteractiveAnnotation.location

newsletter?

optional newsletter: 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?

optional shouldSkipConfirmation: null | boolean
Defined in: WAProto/index.d.ts:4835

Implementation of

IInteractiveAnnotation.shouldSkipConfirmation

statusLinkType?

optional statusLinkType: null | StatusLinkType
Defined in: WAProto/index.d.ts:4837

Implementation of

IInteractiveAnnotation.statusLinkType

tapAction?

optional tapAction: null | ITapLinkAction
Defined in: WAProto/index.d.ts:4841

Implementation of

IInteractiveAnnotation.tapAction

Methods

create()

static create(properties?): InteractiveAnnotation
Defined in: WAProto/index.d.ts:4843

Parameters

properties?
IInteractiveAnnotation

Returns

InteractiveAnnotation

decode()

static decode(r, l?): InteractiveAnnotation
Defined in: WAProto/index.d.ts:4845

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

InteractiveAnnotation

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:4844

Parameters

m
IInteractiveAnnotation
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): InteractiveAnnotation
Defined in: WAProto/index.d.ts:4846

Parameters

d

Returns

InteractiveAnnotation

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:4849

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:4848

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:4847

Parameters

m
InteractiveAnnotation
o?
IConversionOptions

Returns

object