e5core-angular-ui
Version:
e5 Anywhere Angular UI
13 lines (12 loc) • 410 B
TypeScript
import { DataSourceOptions } from "./data-source-options";
export declare class SearchDataSourceOptions extends DataSourceOptions {
attachmentTypeFilter?: any;
includeArchives?: boolean;
includeSla?: boolean;
includeAttachmentCount?: boolean;
includeNextDueTask?: boolean;
customProcedure?: string;
siteGroupsFilter?: string;
page?: number;
pageSize?: number;
}