Word.CritiquePopupOptions 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.

Properties defining the behavior of the pop-up menu for a given critique.

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

Properties

brandingTextResourceId

Gets the manifest resource ID of the string to use for branding. This branding text appears next to your add-in icon in the pop-up menu.

subtitleResourceId

Gets the manifest resource ID of the string to use as the subtitle.

suggestions

Gets the suggestions to display in the critique pop-up menu.

titleResourceId

Gets the manifest resource ID of the string to use as the title.

Property Details

brandingTextResourceId

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.

Gets the manifest resource ID of the string to use for branding. This branding text appears next to your add-in icon in the pop-up menu.

brandingTextResourceId: string;

Property Value

string

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

subtitleResourceId

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.

Gets the manifest resource ID of the string to use as the subtitle.

subtitleResourceId: string;

Property Value

string

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

suggestions

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.

Gets the suggestions to display in the critique pop-up menu.

suggestions: string[];

Property Value

string[]

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

titleResourceId

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.

Gets the manifest resource ID of the string to use as the title.

titleResourceId: string;

Property Value

string

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]