UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

19 lines (7 loc) 180 B
export declare class IgcCancelableEventArgs { /** * Provides the ability to cancel the event. */ public cancel: boolean; }