Interface PluginDef<T>

interface PluginDef<T> {
    name: string;
    options?: PluginParam<T>;
}

Type Parameters

  • T

Properties

Properties

name: string
options?: PluginParam<T>

Generated using TypeDoc