@wixc3/engine-scripts on Github
Home > @wixc3/engine-scripts > IFeatureModule
Signature:
export interface IFeatureModule
Property | Modifiers | Type | Description |
---|---|---|---|
[exportedEnvs](/engine/engine-scripts.ifeaturemodule.exportedenvs.html) | [IEnvironmentDescriptor](/engine/engine-runtime-node.ienvironmentdescriptor.html)<[AnyEnvironment](/engine/engine-core.anyenvironment.html)>\[\] | Exported environments from module. | |
[exportedFeature](/engine/engine-scripts.ifeaturemodule.exportedfeature.html) | [FeatureClass](/engine/engine-core.featureclass.html) | Actual evaluated Feature instance exported from the file. | |
[filePath](/engine/engine-scripts.ifeaturemodule.filepath.html) | string | Absolute path pointing to the feature file. | |
[name](/engine/engine-scripts.ifeaturemodule.name.html) | string | Feature name. | |
[usedContexts?](/engine/engine-scripts.ifeaturemodule.usedcontexts.html) | Record<string, string> | _(Optional)_ If module exports any `processingEnv.useContext('webworker')`, it will be set as `'processing': 'webworker'` |