# Interface: ElementOptionsByType<TType>

# Type parameters

Name Type
TType extends ChartType

# Properties

# arc

arc: ScriptableAndArrayOptions<ArcOptions & ArcHoverOptions, ScriptableContext<TType>>

# Defined in

types/index.d.ts:2130


# bar

bar: ScriptableAndArrayOptions<BarOptions & BarHoverOptions, ScriptableContext<TType>>

# Defined in

types/index.d.ts:2131


# line

line: ScriptableAndArrayOptions<LineOptions & LineHoverOptions, ScriptableContext<TType>>

# Defined in

types/index.d.ts:2132


# point

point: ScriptableAndArrayOptions<PointOptions & PointHoverOptions, ScriptableContext<TType>>

# Defined in

types/index.d.ts:2133