UNPKG

335 BTypeScriptView Raw
1/**
2 * Denotes a column in the editor window.
3 * Columns are used to show editors side by side.
4 */
5export declare enum ViewColumn {
6 Active = -1,
7 Beside = -2,
8 One = 1,
9 Two = 2,
10 Three = 3,
11 Four = 4,
12 Five = 5,
13 Six = 6,
14 Seven = 7,
15 Eight = 8,
16 Nine = 9
17}
18//# sourceMappingURL=view-column.d.ts.map
\No newline at end of file