Packagecom.endeca.tools.pagebuilder.model.content
Interfacepublic interface IContentTemplateInfo

Contains information describing a content item template.



Public Properties
 PropertyDefined by
  description : String
[read-only] A human-readable description of this template.
IContentTemplateInfo
  id : String
[read-only] The ID of this template.
IContentTemplateInfo
  thumbnailUrl : String
[read-only] The URL of the thumbnail associated with this template.
IContentTemplateInfo
  type : String
[read-only] The type of this template.
IContentTemplateInfo
Property detail
descriptionproperty
description:String  [read-only]

A human-readable description of this template.

This property can be used as the source for data binding.

Implementation
    public function get description():String
idproperty 
id:String  [read-only]

The ID of this template.

This property can be used as the source for data binding.

Implementation
    public function get id():String
thumbnailUrlproperty 
thumbnailUrl:String  [read-only]

The URL of the thumbnail associated with this template.

This property can be used as the source for data binding.

Implementation
    public function get thumbnailUrl():String
typeproperty 
type:String  [read-only]

The type of this template.

This property can be used as the source for data binding.

Implementation
    public function get type():String