Custom class being created on 'grok add view' should be something generic (display hello world?)
it doesn't run as is. Reason is that get name() doesn't work as was clearly expected by its writer. It doesn't overwrite get implementation, but defines a new property without a setter causing the constructor to fail.
open() calls are actual functions, should be this.open probably if Notebooks package is taken as a source
get name()
doesn't work as was clearly expected by its writer. It doesn't overwrite get implementation, but defines a new property without a setter causing the constructor to fail.open()
calls are actual functions, should bethis.open
probably if Notebooks package is taken as a source