Optional
onConfigChange?: ConfigChangeHandlerThis function is called whenever the configuration of EEvision changes (because PluginAPI.ChangeConfig has been called).
Optional
onHistoryRequest?: HistoryRequestHandlerThis function is called whenever the browser's history state is updated or a new entry on the history stack is created.
Optional
onHistoryRestore?: HistoryRestoreHandlerThis function is called whenever EEvision needs to store an old history state.
Optional
onPageChange?: PageChangeHandlerThis function is called when the current page has changed.
Optional
onSchematicChange?: SchematicChangeHandlerThis function is called whenever the contents of the schematic changes (e.g., after calling PluginAPI.LoadObj or interactively extending the schematic).
Optional
onSelection?: SelectionHandlerThis function is called when the selection in EEvision changes.
Functions that must / can be provided by a plugin and that are called from the EEvision GUI.