// InterfaceId is also used to look an interface up at runtime. constid: Editor.InterfaceId = Editor.Model.IModel.interfaceId; constmodel = this.pluginSystem.findInterface(id) asEditor.Model.IModel; console.log('Resolved via InterfaceId. Project:', model.project.projectFile.toString());
Unique identifier for plugin interfaces.
Example