#
cp.rx.go.If.Then
A Statement.Modifier that defines what happens when an If matches.
#
Submodules
#
API Overview
Constants - Useful values which cannot be changed
Then
Methods - API calls which can only be made on an object returned by a constructor
Otherwise Then
#
API Documentation
#
Constants
#
Then
#
Methods
#
Otherwise
#
Then
See also
CommandPost
Module
cp.rx.go.If
A Statement that will check if a resolvable matches a predicate, then executes other resolvables.
cp.rx.go.If.Are
A [Statement.Modifier] of If that sets the values to match.
cp.rx.go.If.AreNot
A Statement.Modifier for If that sets the values to not match.
cp.rx.go.If.Is
A Statement.Modifier for If that sets a specific value to match.
cp.rx.go.If.IsNot
A Statement.Modifier for If that sets a specific value to not match.
cp.rx.go.If.Matches
A Statement.Modifier for If that sets a predicate check values against.