Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PartServices

Hierarchy

  • PartServices

Implements

  • IDisposable

Index

Constructors

constructor

Properties

Private _baseUrl

_baseUrl: string

Private _baseViewUrl

_baseViewUrl: string

Private _dashboardId

_dashboardId: string

Private _hover

_hover: HoverManager

Private Optional _rendermime

_rendermime: IRenderMimeRegistry

Private Optional _session

_session: IClientSession

isDisposed

isDisposed: boolean = false

Accessors

baseUrl

  • get baseUrl(): string
  • A base URL which parts can request additional assets from

    Returns string

baseViewUrl

  • get baseViewUrl(): string
  • The base URL for referencing dashboards via relative path. baseUrl + '/view' in MavenWorks, baseUrl in standalone app

    Returns string

dashboardId

  • get dashboardId(): string
  • The unique ID assigned to the parent Dashboard

    Returns string

hover

  • get hover(): HoverManager
  • An interface for managing floating windows, popups, and tooltips

    Returns HoverManager

rendermime

  • get rendermime(): null | IRenderMimeRegistry
  • A registry of data renderers for Jupyter MIME bundles

    Returns null | IRenderMimeRegistry

session

  • get session(): null | IClientSession
  • An interface for communicating with the Jupyter kernel

    Returns null | IClientSession

Methods

dispose

  • dispose(): void

Generated using TypeDoc