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

    Type Alias MergePlan

    The result of optionMergePlan, a merge strategy plus the (possibly normalised) option to pass to setOption.

    type MergePlan = {
        notMerge: boolean;
        option: SolidEChartOption;
        replaceMerge: string[];
        signature: OptionSignature;
    }
    Index

    Properties

    notMerge: boolean

    Whether to pass notMerge: true to setOption.

    The option to pass to setOption. May differ from the input when normalisation is needed.

    replaceMerge: string[]

    Component keys to pass as replaceMerge to setOption. Empty array means no targeted replacement needed.

    signature: OptionSignature

    The signature of the normalised option. Store this and pass it as prevSignature on the next call.