Types Node Catalog
Generated category
Types Node Catalog
Generated from 3 catalog nodes in Utils/Types.
Nodes in this category
Showing 3 of 3 generated node docs.
Fallback
Utils/TypesReturns the input value if valid, otherwise returns the fallback default. Useful for handling optional values or error recovery.
Select
Utils/TypesSelects between two values based on a boolean condition. Returns A if true, B if false.
Try Transform
Utils/TypesTries to transform cast types.