Conditional rendering snippet gets no parameters. Context row, model, list, etc

Arne – can you explain more what you mean by “using the snippet to check on template”? For conditional rendering of an entire component using a snippet, can you give an example of what sort of criteria your snippet would be using to determine whether to render? One key consideration is when Skuid needs to reevaluate the snippet, so it’s important for us to know what sorts of use cases there are for this. If the snippets are heavily relying on Model / Row data, then we need to be able to reevaluate the snippets whenever a given Model / Row changes, but if the snippets are looking at data in some external variable, we’d need a way to allow for the snippet to be reevaluated whenever that data changed.