fcf.NRender.Template class

Template rendering result object

Class description Properties
object args - An object containing the value of the template arguments
string content - Rendering content - HTML string
string id - Template ID
object state - Template rendering state object
fcf.NClient.Wrapper wrapper - [Client only] Template wrapper. This field is filled in only if the rendering is performed on the client and the page is inserted into the DOM tree.
Properties
args Type: object An object containing the value of the template arguments
content Type: string Rendering content - HTML string
id Type: string Template ID
state Type: object Template rendering state object
wrapper Type: fcf.NClient.Wrapper [Client only] Template wrapper. This field is filled in only if the rendering is performed on the client and the page is inserted into the DOM tree.