RenderData
Struct that contains all information required for rendering.
Constructor Summary
| Public Constructor | ||
| public |
constructor(dataType: DataType, dataValue: object, options: object) Creates a new render data struct. |
|
Member Summary
| Public Members | ||
| public |
|
|
| public |
|
|
| public |
|
|
Method Summary
| Public Methods | ||
| public |
addOptions(newOptions: object): RenderData Creates a new render data struct with the passed in options added. |
|
Public Constructors
Public Members
Public Methods
public addOptions(newOptions: object): RenderData source
Creates a new render data struct with the passed in options added.
Params:
| Name | Type | Attribute | Description |
| newOptions | object | Arbitrary parameters to pass to the renderer. |