Highcharts Dashboards
    Preparing search index...

    The configuration used to determine the default sync options, handlers and emitters for a component.

    interface PredefinedSyncConfig {
        defaultSyncOptions: Record<string, OptionsEntry>;
        defaultSyncPairs: Record<string, SyncPair>;
    }
    Index

    Properties

    defaultSyncOptions: Record<string, OptionsEntry>

    The default sync options for the component.

    defaultSyncPairs: Record<string, SyncPair>

    The default sync pairs (emitters and handlers) for the component.