File

projects/netgrif-components-core/src/lib/resources/interface/preferences.ts

Index

Properties

Properties

caseFilters
caseFilters: literal type
Type : literal type
drawerWidth
drawerWidth: number
Type : number
Optional
headers
headers: literal type
Type : literal type

Header preferences are strings in format: - or meta-

locale
locale: string
Type : string
Optional
taskFilters
taskFilters: literal type
Type : literal type
export interface Preferences {
    locale?: string;

    drawerWidth?: number;

    taskFilters: {
        [viewId: string]: Array<string>
    };

    caseFilters: {
        [viewId: string]: Array<string>
    };

    /**
     * Header preferences are strings in format: <petrinet identifier>-<datafield id> or meta-<meta identifier>
     */
    headers: {
        [viewId: string]: Array<string>
    };
}

result-matching ""

    No results matching ""