ekangularbase
Version:
Authentication service for usermanagement(oidc client)
20 lines (18 loc) • 409 B
text/typescript
export interface EtableFunction {
id?: string;
visible?: boolean;
funcType?: string;
function?: string;
header?: string;
icon?: string;
class?: string;
minWidth?: number;
maxWidth?: number;
field?: string;
url?: string;
rowHeight?: number;
visibleList?: any[];
showSelectAll?: boolean;
headerCssClass?: string;
args?: any;
}