Represents a template definition.

interface ITemplateDefinition {
    color?: LFColor;
    description?: string;
    displayName?: string;
    fieldCount?: number;
    id?: number;
    name?: string;
}

Implemented by

Properties

color?: LFColor

The color assigned to the template definition.

description?: string

The description of the template definition.

displayName?: string

The localized name of the template definition.

fieldCount?: number

The number of field definitions assigned to the template definition.

id?: number

The ID of the template definition.

name?: string

The name of the template definition.