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

    Type Alias TypedPayload<T, Extra>

    TypedPayload: Payload & SeriesTarget & { type: T } & Extra

    Base type for action payloads that target series data. Intersects Payload, SeriesTarget, and a type literal with optional extra fields.

    Type Parameters

    • T extends ActionKind

      The ECharts action type string literal (e.g. "highlight").

    • Extra extends object = object

      Additional payload fields specific to the action. Defaults to object.