Skip to content

Decorator

Sam Orme edited this page Feb 20, 2022 · 1 revision

What is a Decorator?

A Decorator is a node with a single child. Decorators are used to return a modified result of it's child. For example always return success, or invert the result of the child node.

Clone this wiki locally