@amad3v/solid-echarts - v1.0.2
    Preparing search index...

    Type Alias DispatchOpt

    Options passed as the second argument to dispatch and createAction, forwarded directly to chart.dispatchAction.

    type DispatchOpt = {
        flush?: boolean;
        silent?: boolean;
    }
    Index

    Properties

    Properties

    flush?: boolean

    When true, flushes the ZRender canvas synchronously after dispatch. When false, skips the flush.

    silent?: boolean

    When true, suppresses events triggered by this action.