ITemplateGroup

Type interface

Editor template group. Used to group templates into tabs.

Passed in the IConfig.templates.

Inheritance

ITemplateGroup does not extend any other symbol.

ITemplateGroup is not extended by any other symbol.

Properties

name
#

Type string

Template group name (tab label).

templates
#

Type ITemplate[]

Templates in the group.

List of template specifications of the ITemplate type. See ITemplate for details.