UNPKG

coersystem

Version:

Library for Angular projects

13 lines (12 loc) 437 B
export interface IGridHeaderExportButton { show: boolean; path?: string | (string | number)[]; tooltip?: string; isDisabled?: boolean; fileName?: string; onlyColumnFiltered?: boolean; onlyRowFiltered?: boolean; onlySelectedItem?: boolean; preventDefault?: boolean; color?: 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'navigation' | 'information' | 'dark' | 'light'; }