Module: @deathbeds/ipydrawio-pdf#

Variables#

CMD_NS#

Const CMD_NS: "ipydrawio-pdf"

A namespace for PDF diagram commands

Defined in#

packages/ipydrawio-pdf/src/tokens.ts:37


NS#

Const NS: string = PACKAGE.name

The namespace for PDF diagram cocnerns

Defined in#

packages/ipydrawio-pdf/src/tokens.ts:27


PACKAGE#

Const PACKAGE: Object = PACKAGE_

The hoisted package.json

Type declaration#

Name

Type

bugs

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

bugs.url

string

dependencies

{ @jupyterlab/application: string = “^3.1.0” }

dependencies.@jupyterlab/application

string

devDependencies

{ @deathbeds/ipydrawio: string = “^1.3.0”; @jupyterlab/builder: string = “^3.6.1” }

devDependencies.@deathbeds/ipydrawio

string

devDependencies.@jupyterlab/builder

string

files

string[]

homepage

string

jupyterlab

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

jupyterlab.discovery

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

jupyterlab.discovery.server

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

jupyterlab.discovery.server.base

{ name: string = “ipydrawio-export” }

jupyterlab.discovery.server.base.name

string

jupyterlab.discovery.server.managers

string[]

jupyterlab.extension

string

jupyterlab.outputDir

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

main

string

name

string

version

string

Defined in#

packages/ipydrawio-pdf/src/tokens.ts:22


PDF_PLAIN#

Const PDF_PLAIN: IFormat

Defined in#

packages/ipydrawio-pdf/src/io.ts:28


PLUGIN_ID#

Const PLUGIN_ID: string

The PDF diagram plugin id

Defined in#

packages/ipydrawio-pdf/src/tokens.ts:32


drawioPdfIcon#

Const drawioPdfIcon: LabIcon

Defined in#

packages/ipydrawio-pdf/src/io.ts:23

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.