@blackbaud/skyux
Version:
SKY UX built on Angular 2
9 lines (8 loc) • 356 B
TypeScript
import { ListViewChecklistItemModel } from './item.model';
export declare class ListViewChecklistItemsLoadAction {
items: Array<ListViewChecklistItemModel>;
refresh: boolean;
dataChanged: boolean;
itemCount: number;
constructor(items?: Array<ListViewChecklistItemModel>, refresh?: boolean, dataChanged?: boolean, itemCount?: number);
}