Events: {
    loading: (state: boolean) => void;
    optionsModified: () => void;
    restart: () => void;
}

Type declaration

  • loading: (state: boolean) => void

    Fired when the loading state of an indicator changed

  • optionsModified: () => void

    TODO:

  • restart: () => void

    TODO: