Blame view

lib/model/gen-filter-options.d.ts 380 Bytes
75f29219   Anan Sangthongtum   first commit
1
2
3
4
5
6
7
8
9
10
11
export declare class GenFilterOptions {
    /**
     * เปิด-ปิด การลบ key ที่มีค่าว่างออกจาก filter
     */
    removeFilterEmpty: boolean;
    constructor(
    /**
     * เปิด-ปิด การลบ key ที่มีค่าว่างออกจาก filter
     */
    removeFilterEmpty: boolean);
}