# Interface: ScriptableContext<TType>

# Type parameters

Name Type
TType extends ChartType

# Properties

# active

active: boolean

# Defined in

types/index.d.ts:24


# chart

chart: Chart<keyof ChartTypeRegistry, (number | [number, number] | Point | BubbleDataPoint)[], unknown>

# Defined in

types/index.d.ts:25


# dataIndex

dataIndex: number

# Defined in

types/index.d.ts:26


# dataset

dataset: UnionToIntersection<ChartDataset<TType, DistributiveArray<ChartTypeRegistry[TType]["defaultDataPoint"]>>>

# Defined in

types/index.d.ts:27


# datasetIndex

datasetIndex: number

# Defined in

types/index.d.ts:28


# mode

mode: string

# Defined in

types/index.d.ts:30


# parsed

parsed: UnionToIntersection<ParsedDataType<TType>>

# Defined in

types/index.d.ts:31


# raw

raw: unknown

# Defined in

types/index.d.ts:32


# type

type: string

# Defined in

types/index.d.ts:29