const DEFAULT_SETTING = { data: { simpleData: { enable: true, pIdKey: 'pid', }, }, view: { showIcon: false, // default to hide icon showLine: true, }, } export { DEFAULT_SETTING }