Differences
This shows you the differences between two versions of the page.
|
table_manager_value [2020/04/29 14:17] argemiro created |
table_manager_value [2026/08/28 03:35] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Table Manager Value ====== | + | ====== Table Manager Value ====== |
| ===== Description ===== | ===== Description ===== | ||
| - | Functor that can be used to connect two other functors using a [[table_manager|"Table Manager"]] | + | Relays a table manager instance from its input to its output, so it can be connected to two or more other functors. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| Line 12: | Line 11: | ||
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| - | ^ Name ^ Type ^ Description ^ | + | ^ Name ^ Type ^ Description ^ Default Value ^ |
| - | | Table Manager| Table Manager | Value representing an instance of the "Table Manager" type. | | + | | Table Manager | [[Table Manager Type]] | Table manager instance. Automatically bound to the innermost enclosing [[Table Manager]] container. | — | |
| - | ===== Output ===== | + | ===== Outputs ===== |
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Table Manager| Table Manager | Value representing the instance of "Table Manager" type provided as the functor input. | | + | | Table Manager | [[Table Manager Type]] | The table manager instance provided as this functor's input. | |
| ===== Group ===== | ===== Group ===== | ||
| Line 26: | Line 25: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | None. | + | This functor is typically used to make the table manager instance from an enclosing [[Table Manager]] container available to more than one functor at once. |
| ===== Internal Name ===== | ===== Internal Name ===== | ||
| TableManagerValue | TableManagerValue | ||
| + | |||