Top Level Namespace
Defined Under Namespace
Modules: KynetxAmApi Classes: KRLParseError
Constant Summary collapse
- DEFAULT_META =
<<-KRL meta { name "<<NAME>>" description << <<DESCRIPTION>> >> author "" // Uncomment this line to require Marketplace purchase to use this app. // authz require user logging off } KRL
- DEFAULT_GLOBAL =
<<-KRL global { } KRL
- DEFAULT_DISPATCH =
<<-KRL dispatch { // Some example dispatch domains // domain "example.com" // domain "other.example.com" } KRL
- DEFAULT_RULE =
<<-KRL rule <<NAME>> is active { select when pageview ".*" setting () // pre { } // notify("Hello World", "This is a sample rule."); noop(); } KRL