Class. Thunk View
protected
init(thunk
):void
Defined in: packages/sprotty/src/base/views/thunk-view.ts:73
VNode
void
protected
prepatch(oldVnode
,thunk
):void
Defined in: packages/sprotty/src/base/views/thunk-view.ts:79
VNode
VNode
void
render(
model
,context
):VNode
Defined in: packages/sprotty/src/base/views/thunk-view.ts:45
VNode
protected
renderAndDecorate(model
,context
):VNode
Defined in: packages/sprotty/src/base/views/thunk-view.ts:57
VNode
abstract
selector(model
):string
Defined in: packages/sprotty/src/base/views/thunk-view.ts:38
Returns the selector of the VNode root, i.e. it’s element type.
string
abstract
watchedArgs(model
):any
[]
Defined in: packages/sprotty/src/base/views/thunk-view.ts:33
Returns the array of values that are watched for changes. If they haven’t change since the last rendering, the VNode is neither recalculated nor patched.
any
[]