Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPlugin

An interface describing all the valid events and methods that plugins may override.

remarks

While plugins may find it useful to implement this interface, it is not required, and the library will be able to call these methods as long as they are defined with name and parameters equal to the ones shown here.

Hierarchy

  • IPlugin

Index

Methods

Optional onSelectCell

onSelectCell:

Optional postNotebookInit

postNotebookInit:

Optional preNotebookInit

preNotebookInit:

Generated using TypeDoc