@blackbaud/skyux
Version:
SKY UX built on Angular 2
13 lines • 468 B
JavaScript
var ListItemsLoadAction = (function () {
function ListItemsLoadAction(items, refresh, dataChanged, count) {
if (refresh === void 0) { refresh = false; }
if (dataChanged === void 0) { dataChanged = true; }
this.items = items;
this.refresh = refresh;
this.dataChanged = dataChanged;
this.count = count;
}
return ListItemsLoadAction;
}());
export { ListItemsLoadAction };
//# sourceMappingURL=load.action.js.map