Options
All
  • Public
  • Public/Protected
  • All
Menu

Module docprovider

Index

Type aliases

IDocumentProviderFactory

IDocumentProviderFactory<T>: (options: IOptions<T>) => IDocumentProvider

Type parameters

  • T: ISharedDocument = ISharedDocument

Type declaration

Variables

Const IDocumentProviderFactory

IDocumentProviderFactory: Token<IDocumentProviderFactory<ISharedDocument>>

The default document provider token.

Const moonsOfJupyter

moonsOfJupyter: string[] = ...
deprecated

in favor of user service. Will be removed in v4.0

Const userColors

userColors: string[] = ...
deprecated

in favor of user service. Will be removed in v4.0

Functions

Const getAnonymousUserName

  • getAnonymousUserName(): string
  • Get a random user-name based on the moons of Jupyter. This function returns names like "Anonymous Io" or "Anonymous Metis".

    deprecated

    in favor of user service. Will be removed in v4.0

    Returns string

Const getRandomColor

  • getRandomColor(): string

Generated using TypeDoc