Skip the rest of the current evaluation. The exact effect depends on the Mode and where the node sits in the graph:Documentation Index
Fetch the complete documentation index at: https://docs.twine.se/llms.txt
Use this file to discover all available pages before exploring further.
- Skip mapping: the entire mapping produces
nil. PropertyMapping interprets that as “do not write a value for this run”. - Skip iteration: when inside an
Eachsubgraph, the current item is dropped from the result; when at the top level, behaves the same as Skip mapping.
Inputs
- Data in — terminal; no value emerges past Skip.
Schema
- Mode —
skip_mappingorskip_iteration.