What is Incisor?
Tutorials
Key Concepts
Reddit
Stack Overflow
Configuration Settings
Deprecation Schedule

Global

MEMBERS

CODE :Code

Object housing tools for pre-process manipulation of code.

constants :Constants

Object housing predefined constant values for various IncisorĀ® options and modes.

nc :INCISOR

Object housing all of the main Incisor functionality. Accessible via 'nc' from anywhere within project code, excluding code within the 'PreloadConfiguration.js' file (that code is executed before 'nc' is instantiated).

nce :IncisorExtensions

Object housing all of the Incisor Extensions functionality. In general, this object has much of the same functionality as nc/INCISOR and is therefor documentated as extending that object but not all of the same functionality is available through this object, so auto-complete may show some non-existant members on this object. [REQUIREMENT: unpublished projects only] [REQUIREMENT: user subscription access - 'extensions']

pr :ProjectMain

Object housing the main entry-point for the entire prject