* @internal
(opt: Omit<ParallelAxisExpandPayload, 'type'>)
| 67 | * @internal |
| 68 | */ |
| 69 | _dispatchExpand(opt: Omit<ParallelAxisExpandPayload, 'type'>) { |
| 70 | opt && this._api.dispatchAction(extend({ type: 'parallelAxisExpand' }, opt)); |
| 71 | } |
| 72 | } |
| 73 | type ElementEventHandler = (this: ParallelView, e: ElementEvent) => void; |
| 74 | const handlers: Partial<Record<ElementEventName, ElementEventHandler>> = { |
no test coverage detected