Word.AnnotationPopupActionEventArgs interface

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents action information that's passed back on annotation pop-up action event.

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

Properties

action

Specifies the chosen action in the pop-up menu.

critiqueSuggestion

Specifies the accepted suggestion (only populated when accepting a critique suggestion).

id

Specifies the annotation ID for which the event was fired.

Property Details

action

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Specifies the chosen action in the pop-up menu.

action: string;

Property Value

string

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

critiqueSuggestion

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Specifies the accepted suggestion (only populated when accepting a critique suggestion).

critiqueSuggestion: string;

Property Value

string

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

id

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Specifies the annotation ID for which the event was fired.

id: string;

Property Value

string

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]