functions property

Map<String, CodelesslyFunction> functions
getter/setter pair

A map of functions that is passed to loaded layouts for nodes to call when they are triggered.

Implementation

Map<String, CodelesslyFunction> functions;