models models:getChildren() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | an array of ModelParts |
models:newText(taskName) | Method Property | Fluent Description | Representation |
|---|---|---|
| taskName accepts | a String | |
| Return Value | a RenderTask |
models:getTask() | Method Property | Fluent Description | Representation |
|---|---|---|
| Return Value | a table mapping a String to a RenderTask |
models:getTask(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 |
models:newItem(taskName) | Method Property | Fluent Description | Representation |
|---|---|---|
| taskName accepts | a String | |
| Return Value | a RenderTask |
models:newBlock(taskName) | Method Property | Fluent Description | Representation |
|---|---|---|
| taskName accepts | a String | |
| Return Value | a RenderTask |