models:getChildren()  | Method Property | Fluent Description | Representation | 
|---|---|---|
| Return Value | an array of ModelParts | 
models:addItem(taskName)  | Method Property | Fluent Description | Representation | 
|---|---|---|
| taskName accepts | a String | |
| Return Value | a RenderTask | 
models:getTask(taskName)  | Method Property | Fluent Description | Representation | 
|---|---|---|
| taskName accepts | a String | |
| Return Value | a table mapping a String to a RenderTask | 
models:addText(taskName)  | Method Property | Fluent Description | Representation | 
|---|---|---|
| taskName accepts | a String | |
| Return Value | a RenderTask | 
models:addBlock(taskName)  | Method Property | Fluent Description | Representation | 
|---|---|---|
| taskName accepts | a String | |
| Return Value | a RenderTask | 
models:getSecondaryRenderType()  | Method Property | Fluent Description | Representation | 
|---|---|---|
| Return Value | either a RenderTypes or nil | 
models:getPrimaryRenderType()  | Method Property | Fluent Description | Representation | 
|---|---|---|
| Return Value | either a RenderTypes or nil |