Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (27 loc) · 2.09 KB

File metadata and controls

35 lines (27 loc) · 2.09 KB

docs » 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.

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

API Documentation

Functions

Signature cp.rx.go.Statement.Modifier.Definition.is(thing) -> boolean
Type Function
Description Checks if the thing is a Statement.Modifier.Definition.
Parameters
  • thing - The thing to check.
Returns
  • true if the thing is a Statement.Modifier.Definition.

Methods

Signature cp.rx.go.Statement.Modifier.Definition:define()
Type Method
Description Defines the Statement.Modifier.
Parameters
  • None
Returns