UNPKG

@zxh19890103/wik

Version:

The world-class JavaScript library for building large-scale digital warehouse both on 2D and 3D.

13 lines (12 loc) 618 B
import { Behavior, SelectionManager, InteractiveStateActionManager } from '../../model'; import { Interactive } from '../../interfaces'; export declare class DefaultBehavior extends Behavior { readonly selectionManager: SelectionManager; readonly interactiveStateActionManager: InteractiveStateActionManager; onLoad(): void; onUnload(): void; onHover(layer: Interactive, e: L.LeafletMouseEvent): void; onUnHover(layer: Interactive, e: L.LeafletMouseEvent): void; onDblClick(layer: Interactive, e: L.LeafletMouseEvent): void; onClick(layer: Interactive, e: L.LeafletMouseEvent): void; }