Constructor for the DOMPipe class.
Name | Type | Description |
---|---|---|
renderer |
Renderer |
The renderer instance that this DOMPipe will be associated with. |
Implements
Members
Static property defining the extension type and name for the DOMPipe. This is used to register the DOMPipe with different rendering pipelines.
Methods
Adds a renderable DOM container to the list of attached elements.
Name | Type | Description |
---|---|---|
domContainer |
DOMContainer |
The DOM container to be added. |
_instructionSet |
InstructionSet |
The instruction set (unused). |
Destroys the DOMPipe, removing all attached DOM elements and cleaning up resources.
Destroys a renderable DOM container, removing it from the list of attached elements.
Name | Type | Description |
---|---|---|
domContainer |
DOMContainer |
The DOM container to be destroyed. |
Handles the post-rendering process, ensuring DOM elements are correctly positioned and visible.
Updates a renderable DOM container.
Name | Type | Description |
---|---|---|
_domContainer |
DOMContainer |
The DOM container to be updated (unused). |
Validates a renderable DOM container.
Name | Type | Description |
---|---|---|
_domContainer |
DOMContainer |
The DOM container to be validated (unused). |
Returns:
Type | Description |
---|---|
boolean | Always returns true as validation is not required. |