# 接口: ScriptableContext<TType>
# 类型参数
| 名称 | 类型 |
|---|---|
TType | 扩展 ChartType |
# 属性
# active
• active: boolean
# 定义于
# chart
• chart: Chart<keyof ChartTypeRegistry, (number | [number, number] | Point | BubbleDataPoint)[], unknown>
# 定义于
# dataIndex
• dataIndex: number
# 定义于
# dataset
• dataset: UnionToIntersection<ChartDataset<TType, DistributiveArray<ChartTypeRegistry[TType]["defaultDataPoint"]>>>
# 定义于
# datasetIndex
• datasetIndex: number
# 定义于
# mode
• mode: string
# 定义于
# parsed
• parsed: UnionToIntersection<ParsedDataType<TType>>
# 定义于
# raw
• raw: unknown
# 定义于
# type
• type: string