Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModelViewEditorOptions

Hierarchy

  • ModelViewEditorOptions

Index

Properties

Optional Readonly resourceName

resourceName: string

Resource name for this editor File icons might depend on file extension, language id or resource name Resource name field needs to be set explicitly if file icon for a particular Model View Editor depends on editor resource name

Optional Readonly retainContextWhenHidden

retainContextWhenHidden: boolean

Should the model view editor's context be kept around even when the editor is no longer visible? It is false by default

Optional Readonly supportsSave

supportsSave: boolean

Does this model view editor support save?

Generated using TypeDoc