====== Table Manager Value ====== ===== Description ===== Relays a table manager instance from its input to its output, so it can be connected to two or more other functors. ===== Inputs ===== None. ===== Optional Inputs ===== ^ Name ^ Type ^ Description ^ Default Value ^ | Table Manager | [[Table Manager Type]] | Table manager instance. Automatically bound to the innermost enclosing [[Table Manager]] container. | — | ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Table Manager | [[Table Manager Type]] | The table manager instance provided as this functor's input. | ===== Group ===== [[Functor List#Table | Table]] ===== Notes ===== 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 ===== TableManagerValue