Thread
Expression Extends:
class Thread extends aggregate(ThreadModel, Helper, Commentable)
Helper class representing a Thread.
Constructor Summary
Public Constructor | ||
public |
constructor(json: Object) Constructor for helper class representing Thread |
Member Summary
Public Members | ||
public get |
commentable: any |
|
public set |
commentable: any |
|
public get |
|
|
public set |
|
|
public get |
|
|
public set |
|
Method Summary
Public Methods | ||
public |
getComments(cacheMode: *): * Returns comments for the current thread |
Public Constructors
Public Methods
public getComments(cacheMode: *): * source
Returns comments for the current thread
Params:
Name | Type | Attribute | Description |
cacheMode | * |
|
Return:
* |