| Package | com.endeca.tools.pagebuilder.model.content |
| Interface | public interface IContentTemplateInfo |
| Property | Defined 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 | ||
| description | property |
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
| id | property |
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
| thumbnailUrl | property |
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
| type | property |
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