Skip to main content
Module

x/flowscripter_example_host_application/deps.ts>Plugin

Example host application executable for the deno-dynamic-plugin-framework.
interface Plugin
import { type Plugin } from "https://deno.land/x/flowscripter_example_host_application@v1.0.0/deps.ts";

Interface for a Plugin implementation.

Properties

readonly
extensionDescriptors: ReadonlyArray<ExtensionDescriptor>

Array of ExtensionDescriptor instances describing all Extensions provided by the plugin.

readonly
optional
pluginData: ReadonlyMap<string, string>

Optional data provided by the Plugin to the host application