WidgetContextGroup

Widget context group.

JSON representation
{
  "isHighlight": boolean,
  "groupName": string,
  "hideOptions": boolean,
  "items": [
    {
      object (ContextStringItem)
    }
  ]
}
Fields
isHighlight

boolean

Output only. Flag that indicates whether the context group is a highlight.

groupName

string

Output only. The group name.

hideOptions

boolean

Output only. Flag that indicates whether the context group is hidden.

items[]

object (ContextStringItem)

Output only. The context string items.

ContextStringItem

Context string item.

JSON representation
{
  "originalName": string,
  "name": string,
  "value": string
}
Fields
originalName

string

Output only. The original name of the property.

name

string

Output only. The name of the context string item.

value

string

Output only. The value of the context string item.