UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

11 lines (10 loc) 256 B
import { BaseContext, CommentThread } from '../../types'; /** * Event fired when a Comment has changed */ export interface CommentChangedInfo extends BaseContext { /** * All current Comment Threads */ commentThreads: CommentThread[]; }