#
cp.rx.go.Statement.Definition
A Statement is defined before being executable. A definition is initiated with the Statement:modifier(...) method.
#
API Overview
Functions - API calls offered directly by the extension
is
Methods - API calls which can only be made on an object returned by a constructor
define onInit onObservable
#
API Documentation
#
Functions
#
is
#
Methods
#
define
#
onInit
#
onObservable
See also
CommandPost
Module
cp.rx.go.Statement
A Statement is defined to enable processing of asynchronous resolvable values such as cp.rx.Observable values.
cp.rx.go.Statement.Modifier.Definition
A Statement.Modifier is defined before being executable. It is an extension of Statement.Definition and inherits all of it's methods also.