Module: @deathbeds/ipydrawio-jupyter-templates#

Variables#

NS#

Const NS: string = PACKAGE.name

The namespace for template-level concerns

Defined in#

packages/ipydrawio-jupyter-templates/src/tokens.ts:33


PACKAGE#

Const PACKAGE: Object = PACKAGE_

The hoisted package.json

Type declaration#

Name

Type

author

string

bugs

{ url: string = “https://github.com/deathbeds/ipydrawio/issues” }

bugs.url

string

dependencies

{ @deathbeds/ipydrawio: string = “^1.3.0”; @jupyterlab/application: string = “^3.1.0” }

dependencies.@deathbeds/ipydrawio

string

dependencies.@jupyterlab/application

string

description

string

devDependencies

{ @jupyterlab/builder: string = “^3.6.1” }

devDependencies.@jupyterlab/builder

string

files

string[]

homepage

string

jupyterlab

{ discovery: { server: { base: { name: string = “ipydrawio” } ; managers: string[] } } ; extension: string = “lib/plugin.js”; outputDir: string = “../../py_packages/ipydrawio/_/ipydrawio-jupyter-templates”; schemaDir: string = “schema”; sharedPackages: { @deathbeds/ipydrawio: { bundled: boolean = false; singleton: boolean = true } } }

jupyterlab.discovery

{ server: { base: { name: string = “ipydrawio” } ; managers: string[] } }

jupyterlab.discovery.server

{ base: { name: string = “ipydrawio” } ; managers: string[] }

jupyterlab.discovery.server.base

{ name: string = “ipydrawio” }

jupyterlab.discovery.server.base.name

string

jupyterlab.discovery.server.managers

string[]

jupyterlab.extension

string

jupyterlab.outputDir

string

jupyterlab.schemaDir

string

jupyterlab.sharedPackages

{ @deathbeds/ipydrawio: { bundled: boolean = false; singleton: boolean = true } }

jupyterlab.sharedPackages.@deathbeds/ipydrawio

{ bundled: boolean = false; singleton: boolean = true }

jupyterlab.sharedPackages.@deathbeds/ipydrawio.bundled

boolean

jupyterlab.sharedPackages.@deathbeds/ipydrawio.singleton

boolean

keywords

string[]

license

string

main

string

name

string

repository

{ type: string = “git”; url: string = “https://github.com/deathbeds/ipydrawio.git” }

repository.type

string

repository.url

string

scripts

{}

types

string

version

string

Defined in#

packages/ipydrawio-jupyter-templates/src/tokens.ts:28


PLUGIN_ID#

Const PLUGIN_ID: string

The plugin id

Defined in#

packages/ipydrawio-jupyter-templates/src/tokens.ts:38


TEMPLATES#

Const TEMPLATES: ITemplate[]

The static templates

Defined in#

packages/ipydrawio-jupyter-templates/src/tokens.ts:47


TEMPLATE_BASE#

Const TEMPLATE_BASE: string

Defined in#

packages/ipydrawio-jupyter-templates/src/tokens.ts:40

Copyright 2023 ipydrawio contributors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.