Chartbreaker
    Preparing search index...

    Type Alias Events

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

    Properties

    loading: (state: boolean) => void

    Fired when the loading state of an indicator changed

    optionsModified: () => void

    TODO:

    restart: () => void

    TODO: