Metadata
Handles all metadata about your site that will be accessible within every render context.
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
Site wide data available in all templates. |
|
Method Summary
| Public Methods | ||
| public |
get(objPath: [objPath]): * Gets either the entire metadata object or a part of it. |
|
| public |
Set a value on our metadata. |
|
Public Constructors
public constructor() source
Public Members
Public Methods
public get(objPath: [objPath]): * source
Gets either the entire metadata object or a part of it.
Params:
| Name | Type | Attribute | Description |
| objPath | [objPath] | Property path of value we want back. |
Return:
| * |