UNPKG

ttk-app-core

Version:
25 lines (24 loc) 405 B
export function getMeta() { return { name: 'root', component: '::div', className: 'ttk-edf-app-history', onScroll: '{{$handleScroll}}', children: [{ name: 'tree', component: 'Timetree', history: '{{data.history}}', link: '{{$openLink}}' }] } } export function getInitState() { return { data: { history: {}, other: { position: 0 } } } }