Title

1. Definition

Title is one possible value that the Type element of the GUI Strings can contain. This "component" describes the title of the template or effect. Title is the headline of the GUI.

In contrast to all other GUI-types, the Key element is not necessary. Only the Type and the Caption element are required. In addition, this type is the only one taking no line in the layout because it is restricted to the top of the template.

Stores a value of type string.

2. Example

{
  "Type" : "Title",
  "Caption" : "<Template title>"
}