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.subtitle.d.ts 825B

123456789101112131415161718192021222324252627
  1. declare namespace _default {
  2. const id: string;
  3. function start(chart: any, _args: any, options: any): void;
  4. function stop(chart: any): void;
  5. function beforeUpdate(chart: any, _args: any, options: any): void;
  6. namespace defaults {
  7. export const align: string;
  8. export const display: boolean;
  9. export namespace font {
  10. const weight: string;
  11. }
  12. export const fullSize: boolean;
  13. export const padding: number;
  14. export const position: string;
  15. export const text: string;
  16. const weight_1: number;
  17. export { weight_1 as weight };
  18. }
  19. namespace defaultRoutes {
  20. const color: string;
  21. }
  22. namespace descriptors {
  23. const _scriptable: boolean;
  24. const _indexable: boolean;
  25. }
  26. }
  27. export default _default;