more notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-07-10 14:26:01 +03:00
parent 3beea76118
commit 9c5e7cf227

View File

@ -563,10 +563,13 @@ var BrowserViewMixin = {
// ...currently there is not way to create a topology view // ...currently there is not way to create a topology view
// without modifying the actual topology... // without modifying the actual topology...
// (topology views are non-priority at this point) // (topology views are non-priority at this point)
// XXX one way to do partial topology is to:
// - store a list of visible elements
// - render elements only once...
skipNested: true, skipNested: true,
}, },
// Merge option defaults with .source options... // Construct options by merging option defaults with .source options...
get options(){ get options(){
return (this.__options = return (this.__options =
this.__options this.__options