UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

20 lines (8 loc) 201 B
export declare class IgcCancelableEventArgs { /* csSuppress */ /** * Provides the ability to cancel the event. */ public cancel: boolean; }