We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f9aaf commit ad92a72Copy full SHA for ad92a72
src/collectionview-common.ts
@@ -21,7 +21,8 @@ import {
21
makeValidator,
22
profile,
23
removeWeakEventListener,
24
- widthProperty
+ widthProperty,
25
+ CSSType
26
} from '@nativescript/core';
27
import { CollectionView as CollectionViewDefinition, Orientation } from './collectionview';
28
@@ -94,6 +95,7 @@ export interface Plugin {
94
95
onLayout?: Function;
96
}
97
98
+@CSSType('CollectionView')
99
export abstract class CollectionViewBase extends View implements CollectionViewDefinition {
100
public static itemLoadingEvent = 'itemLoading';
101
public static cellCreateEvent = 'cellCreate';
0 commit comments