Skip to main content

Class: InteractiveAnnotation

Defined in: WAProto/index.d.ts:3490

Implements

Constructors

new InteractiveAnnotation()

new InteractiveAnnotation(p?): InteractiveAnnotation

Defined in: WAProto/index.d.ts:3491

Parameters

p?

IInteractiveAnnotation

Returns

InteractiveAnnotation

Properties

action?

optional action: "location" | "newsletter" | "embeddedAction" | "tapAction"

Defined in: WAProto/index.d.ts:3500


embeddedAction?

optional embeddedAction: null | boolean

Defined in: WAProto/index.d.ts:3498

Implementation of

IInteractiveAnnotation.embeddedAction


embeddedContent?

optional embeddedContent: null | IEmbeddedContent

Defined in: WAProto/index.d.ts:3494

Implementation of

IInteractiveAnnotation.embeddedContent


location?

optional location: null | ILocation

Defined in: WAProto/index.d.ts:3496

Implementation of

IInteractiveAnnotation.location


newsletter?

optional newsletter: null | IForwardedNewsletterMessageInfo

Defined in: WAProto/index.d.ts:3497

Implementation of

IInteractiveAnnotation.newsletter


polygonVertices

polygonVertices: IPoint[]

Defined in: WAProto/index.d.ts:3492

Implementation of

IInteractiveAnnotation.polygonVertices


shouldSkipConfirmation

shouldSkipConfirmation: boolean

Defined in: WAProto/index.d.ts:3493

Implementation of

IInteractiveAnnotation.shouldSkipConfirmation


statusLinkType

statusLinkType: StatusLinkType

Defined in: WAProto/index.d.ts:3495

Implementation of

IInteractiveAnnotation.statusLinkType


tapAction?

optional tapAction: null | ITapLinkAction

Defined in: WAProto/index.d.ts:3499

Implementation of

IInteractiveAnnotation.tapAction

Methods

create()

static create(properties?): InteractiveAnnotation

Defined in: WAProto/index.d.ts:3501

Parameters

properties?

IInteractiveAnnotation

Returns

InteractiveAnnotation


decode()

static decode(r, l?): InteractiveAnnotation

Defined in: WAProto/index.d.ts:3503

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

InteractiveAnnotation


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:3502

Parameters

m

IInteractiveAnnotation

w?

Writer

Returns

Writer


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:3504

Parameters

typeUrlPrefix?

string

Returns

string