Options
All
  • Public
  • Public/Protected
  • All
Menu

Module extensionmanager

Index

Type aliases

Action

Action: "install" | "uninstall" | "enable" | "disable"

Extension actions that the server API accepts

ListResult

ListResult: null | { entries: IListEntry[]; mode: "block" | "allow" | "default" | "invalid"; uris: string[] }

Listing search result type.

  • The mode for the listings, can be black or white.
  • A collection of URIs for black or white listings, depending on the mode.
  • A collection of black or white listed extensions, depending on the mode.

Functions

ListView

  • ListView(props: IProperties): React.ReactElement<any>
  • List view widget for extensions

    Parameters

    Returns React.ReactElement<any>

isJupyterOrg

  • isJupyterOrg(name: string): boolean
  • Check whether the NPM org is a Jupyter one.

    Parameters

    • name: string

    Returns boolean

Generated using TypeDoc