Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPartFactory

Hierarchy

  • IPartFactory

Implemented by

Index

Properties

Methods

Properties

root

Get the global part factory.

Methods

get

  • Retrieve a scoped PartFactory.

    This is useful for things that might need to register against a particular document widget, instead of registering globally. For instance, parts leveraging IPyWidgets need to scope on Notebooks.

    Parameters

    • owner: any

    Returns PartFactory

registerPart

  • registerPart(partName: string, ctor: Part): void

Generated using TypeDoc