Skip to content
EliteChart

SUPPORTED\_PLUGIN\_INTERFACE\_VERSION

Documentation


Documentation / @elitechart/core / SUPPORTED_PLUGIN_INTERFACE_VERSION

code
const SUPPORTED_PLUGIN_INTERFACE_VERSION: PluginInterfaceVersion = '1';

Defined in: plugin/types.ts:212

The plugin interface version this runtime supports. Plugins targeting a different version are rejected by the registry.

Example

code
import { SUPPORTED_PLUGIN_INTERFACE_VERSION } from '@elitechart/core';
console.log(SUPPORTED_PLUGIN_INTERFACE_VERSION); // '1'