Namespace that provides access to the components of Lens Studio.

// Get the model component
const model = this.pluginSystem.findInterface(Editor.Model.IModel);
// Get the AssetManager in the current project (e.g. to import file).
const assetManager = model.project.assetManager;