Share via


extensionCommonSuperToolTip object

Configures a supertip.

Properties that reference this object type:

Properties that reference this object type:

Properties that reference this object type:

Syntax

{
  "title": "{string}",
  "description": "{string}"
}

Properties

title

Specifies the title text of the supertip.

This property is localizable. For more information, see the localization schema.

Type
string

Required

Constraints
Maximum string length: 64.

Supported values

description

Specifies the description of the supertip.

Note

The description property isn't supported in Outlook on the web or new Outlook on Windows.

This property is localizable. For more information, see the localization schema.

Type
string

Required

Constraints
Maximum string length: 250.

Supported values

Remarks

Supertips aren't supported in Office on the web, except that in Outlook on the web and new Outlook on Windows, the supertip.title property is supported.

Examples

{
    "supertip": {
      "title": "My Menu",
      "description": "Menu with 2 actions"
    }
}