bbl-gantt
Version:
一个框架无关的JS甘特图库,支持resize、拖拽新建、支持自定义样式、以及支持duration模式等功能。A framework-independent JS Gantt chart library, supporting resize, drag-and-drop to create new tasks, custom styling, and duration mode functionalities.
15 lines (14 loc) • 519 B
TypeScript
export declare class EventBusEventName {
static init: string;
static container_scroll: string;
static header_wheel: string;
static event_item_body_mouse_down: string;
static event_item_body_context_menu: string;
static event_item_body_click: string;
static event_item_left_resize_mouse_down: string;
static event_item_right_resize_mouse_down: string;
static event_item_add: string;
static event_item_delete: string;
static row_click: string;
static row_delete: string;
}