UNPKG

undo3d

Version:

Undo3D helps you build free-roaming 3D web apps where thousands of users can collaborate creatively in real time. Expect the first public beta mid-2019, and the first production release mid-2020.

13 lines (9 loc) 273 B
//// Base < Ui < List //// An ordered sequence of Items, usually of the same type. import Ui from '../base/ui.mjs' export default class List extends Ui { } //// Static properties. Object.defineProperties(List, { tree: { value:Ui.tree+' < List', enumerable:true } })