UNPKG

ngx-bootstrap-treeview

Version:

Ngx Bootstrap Treeview - Simple library to visualize, search and interact with tree data

8 lines (7 loc) 283 B
import { BehaviorSubject } from 'rxjs'; import { ContextMenuEvent } from '../models/context-menu-event.model'; export declare class ContextMenuService { lastContextMenuEvent: BehaviorSubject<ContextMenuEvent>; constructor(); fire(event: ContextMenuEvent): void; }