Skip to content

Documentation / @ripl/charts / ForceDirectedChartEventMap

Interface: ForceDirectedChartEventMap<TData> ​

Defined in: charts/src/charts/force-directed.ts:165

Events emitted by a ForceDirectedChart that consumers can subscribe to via chart.on(...).

Extends ​

Type Parameters ​

Type ParameterDefault type
TDataunknown

Indexable ​

[key: string]: unknown

Properties ​

PropertyTypeDescriptionInherited fromDefined in
destroyednullEmitted when the event bus is destroyed; carries no payload.EventMap.destroyedcore/src/core/event-bus.ts:21
linkclickForceDirectedLinkEventEmitted when a link is clicked.-charts/src/charts/force-directed.ts:173
linkenterForceDirectedLinkEventEmitted when the pointer enters a link.-charts/src/charts/force-directed.ts:175
linkleaveForceDirectedLinkEventEmitted when the pointer leaves a link.-charts/src/charts/force-directed.ts:177
nodeclickForceDirectedNodeEvent<TData>Emitted when a node is clicked.-charts/src/charts/force-directed.ts:167
nodeenterForceDirectedNodeEvent<TData>Emitted when the pointer enters a node.-charts/src/charts/force-directed.ts:169
nodeleaveForceDirectedNodeEvent<TData>Emitted when the pointer leaves a node.-charts/src/charts/force-directed.ts:171