UNPKG

vxe-pc-ui

Version:
23 lines (21 loc) 506 B
import { VxeListDesignDefines } from '../../../types' export const getDefaultSettingFormData = (): VxeListDesignDefines.DefaultSettingFormDataObjVO => { return { listView: { enabled: true }, ganttView: { enabled: false }, chartView: { enabled: false }, autoFoldFilter: true, showCheckbox: 'auto', showSeq: true, showStatistics: true, mobileDefaultView: 'list', pcDefaultView: 'list', actionButtonList: [] } }