Options
All
  • Public
  • Public/Protected
  • All
Menu

Project insci-notebook

Index

Functions

Plugin

  • Plugin<T>(target: T): void
  • Function used by TypeScript when the @Plugin annotation is used. Adds the plugin to the PluginLoader's list of plugins that will be loaded on notebook initialize.

    Type parameters

    • T: IPluginInternal

    Parameters

    • target: T

      Class which this decorator applies to

    Returns void

Generated using TypeDoc