Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

plugin.decimation.d.ts 292B

12345678910
  1. declare namespace _default {
  2. const id: string;
  3. namespace defaults {
  4. const algorithm: string;
  5. const enabled: boolean;
  6. }
  7. function beforeElementsUpdate(chart: any, args: any, options: any): void;
  8. function destroy(chart: any): void;
  9. }
  10. export default _default;