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

IncisorAppBasic()

Object housing basic functionality allowing for direct interactions with the Incisor® application from within the javascript runtime. Such functionality includes the ability to get the list of optional code modules from the Incisor™ application. See 'nc.incisorApp' for many more application interaction options. [NON-INSTANTIABLE] [REQUIREMENT: unpublished projects only]

new IncisorAppBasic()

METHODS

async getOptionalCodeModuleNames() returns {Array.<string>}

Returns a list of the names of all of the Incisor® 'optional code' modules. Optional code modules are groups of functionality that can be left out of projects in order to optimize their overall published download size. Optional code modules can be marked for exclusion in ProjectSettings.

Returns:
Array.<string>