Widget context group.
JSON representation |
---|
{
"isHighlight": boolean,
"groupName": string,
"hideOptions": boolean,
"items": [
{
object ( |
Fields | |
---|---|
isHighlight |
Output only. Flag that indicates whether the context group is a highlight. |
groupName |
Output only. The group name. |
hideOptions |
Output only. Flag that indicates whether the context group is hidden. |
items[] |
Output only. The context string items. |
ContextStringItem
Context string item.
JSON representation |
---|
{ "originalName": string, "name": string, "value": string } |
Fields | |
---|---|
originalName |
Output only. The original name of the property. |
name |
Output only. The name of the context string item. |
value |
Output only. The value of the context string item. |