New to Kendo UI for AngularStart a free 30-day trial

PluginsFn

Function

Represents the callback used by the plugins property.

Example:
TS
pluginsCallback(defaultPlugins: Plugin[]): Plugin[] {
  const myPlugin = new Plugin({/ custom plugin code /});
  return [...defaultPlugins, myPlugin];
}
Not finding the help you need?
Contact Support