Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
getInterfacePluginContributions
Returns the normalized contribution inventory produced by a plugin.
Import
import { getInterfacePluginContributions } from "@dartwic/interface-sdk";Declaration
export function getInterfacePluginContributions(plugin: InterfacePluginDefinition): {interface: InterfaceContributions} {
return createInterfacePlugin(plugin).contributions;
}