@jupyterlab/rendermime-interfaces
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -63,2 +63,6 @@ import { ReadonlyJSONObject } from '@phosphor/coreutils'; | ||
/** | ||
* The name of the document model type. | ||
*/ | ||
readonly modelName?: string; | ||
/** | ||
* The primary file type of the widget. | ||
@@ -105,2 +109,6 @@ */ | ||
readonly iconLabel?: string; | ||
/** | ||
* The file format for the file type ('text', 'base64', or 'json'). | ||
*/ | ||
readonly fileFormat?: string; | ||
} | ||
@@ -107,0 +115,0 @@ /** |
{ | ||
"name": "@jupyterlab/rendermime-interfaces", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "JupyterLab - Interfaces for Mime Renderers", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8425
253