我理解以下是指JSON对象。有谁能告诉我它究竟意味着什么? (有一个箭头功能。)
export default createContainer(()=>{
return {
ledgerNames:LedgerMasters.find({}).fetch().map((row,index)
=>{return (row.ledgerName)}),journalsList:Journals.find({}).fetch() }},JournalEntry);