ModuleType

Type "home" | "design" | "data" | "code" | "share"

Editor modules.

  • home - let's users create new charts based on supplied templates or import their configs.
  • design - the main WYSIWYG chart editor screen
  • data - data-grid editor
  • code - output code for the chart in several variations

Sources

ModuleType can be used (imported) via one of the following packages.

/**
 * --------------------------------------------------------
 * Import from: "editor.ts"
 * Use like: am4editor.ModuleType
 * --------------------------------------------------------
 */
import * as am4editor from "@amcharts/editor4";

/**
 * --------------------------------------------------------
 * Include via: <script src="editor.js"></script>
 * Access items like: am4.ModuleType
 * --------------------------------------------------------
 */

Inheritance

ModuleType does not extend any other symbol.

ModuleType is not extended by any other symbol.

Properties

ModuleType does not have any properties.