Skip to main content

InteractiveAnnotation

amiudmodz


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?

IInteractiveAnnotation

Returns

InteractiveAnnotation

Properties

action?

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

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


embeddedAction?

optional embeddedAction: null | boolean

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

Implementation of

IInteractiveAnnotation.embeddedAction


embeddedContent?

optional embeddedContent: null | IEmbeddedContent

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

Implementation of

IInteractiveAnnotation.embeddedContent


location?

optional location: null | ILocation

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

Implementation of

IInteractiveAnnotation.location


newsletter?

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

optional shouldSkipConfirmation: null | boolean

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

Implementation of

IInteractiveAnnotation.shouldSkipConfirmation


statusLinkType?

optional statusLinkType: null | StatusLinkType

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

Implementation of

IInteractiveAnnotation.statusLinkType


tapAction?

optional tapAction: 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()

static create(properties?): InteractiveAnnotation

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

Parameters

properties?

IInteractiveAnnotation

Returns

InteractiveAnnotation


decode()

static decode(r, l?): InteractiveAnnotation

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

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

InteractiveAnnotation


encode()

static encode(m, w?): Writer

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

Parameters

m

IInteractiveAnnotation

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): InteractiveAnnotation

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

Parameters

d

Returns

InteractiveAnnotation


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

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

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

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

Parameters

m

InteractiveAnnotation

o?

IConversionOptions

Returns

object