extensionCommonSuperToolTip object
Configures a supertip.
Properties that reference this object type:
Properties that reference this object type:
Syntax
Properties
title
Specifies the title text of the supertip.
Type
string
Required
✅
Constraints
Maximum string length: 64.
Supported values
description
Specifies the description of the supertip.
Type
string
Required
✅
Constraints
Maximum string length: 250.
Supported values
Examples
{
"supertip": {
"title": "My Menu",
"description": "Menu with 2 actions"
}
}