# Interface: ElementOptionsByType<TType>
# Type parameters
| Name | Type | 
|---|---|
| TType | extends ChartType | 
# Properties
# arc
• arc: ScriptableAndArrayOptions<ArcOptions & ArcHoverOptions, ScriptableContext<TType>>
# Defined in
types/index.d.ts:2157 (opens new window)
# bar
• bar: ScriptableAndArrayOptions<BarOptions & BarHoverOptions, ScriptableContext<TType>>
# Defined in
types/index.d.ts:2158 (opens new window)
# line
• line: ScriptableAndArrayOptions<LineOptions & LineHoverOptions, ScriptableContext<TType>>
# Defined in
types/index.d.ts:2159 (opens new window)
# point
• point: ScriptableAndArrayOptions<PointOptions & PointHoverOptions, ScriptableContext<TType>>