@wixc3/engine-runtime-node on Github
Home > @wixc3/engine-runtime-node > IStaticFeatureDefinition
Signature:
export interface IStaticFeatureDefinition
Property | Modifiers | Type | Description |
---|---|---|---|
[contextFilePaths](/engine/engine-runtime-node.istaticfeaturedefinition.contextfilepaths.html) | Record<string, string> | ||
[dependencies](/engine/engine-runtime-node.istaticfeaturedefinition.dependencies.html) | string\[\] | ||
[envFilePaths](/engine/engine-runtime-node.istaticfeaturedefinition.envfilepaths.html) | Record<string, string> | ||
[exportedEnvs](/engine/engine-runtime-node.istaticfeaturedefinition.exportedenvs.html) | [IEnvironmentDescriptor](/engine/engine-runtime-node.ienvironmentdescriptor.html)<[AnyEnvironment](/engine/engine-core.anyenvironment.html)>\[\] | ||
[filePath](/engine/engine-runtime-node.istaticfeaturedefinition.filepath.html) | string | ||
[packageName](/engine/engine-runtime-node.istaticfeaturedefinition.packagename.html) | string | ||
[preloadFilePaths](/engine/engine-runtime-node.istaticfeaturedefinition.preloadfilepaths.html) | Record<string, string> | ||
[resolvedContexts](/engine/engine-runtime-node.istaticfeaturedefinition.resolvedcontexts.html) | Record<string, string> | ||
[scopedName](/engine/engine-runtime-node.istaticfeaturedefinition.scopedname.html) | string | the feature's name scoped to the package.json package name. |