UNPKG

vxe-design

Version:

A PC-based visual designer based on Vxe UI, used for building zero-code and low-code platforms

23 lines (21 loc) 511 B
import type { 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: [] } }