UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

19 lines (18 loc) 427 B
import { Type } from "igniteui-webcomponents-core"; /** * Indicates the activation mode to use for the grid. */ export declare enum GridActivationMode { /** * No activation should be peformed based on interaction. */ None = 0, /** * A single cell is permitted to be activated at a time. */ Cell = 1 } /** * @hidden */ export declare let GridActivationMode_$type: Type;