Get set currentNewModelTypeName
Get set currentNewModelTypeName
Get set currentNewModelTypeName
Get set currentNewModelTypeName
Will activate or deactivate the SelectionChanged subscription
Will activate or deactivate the SelectionChanged subscription
Sets a callback function to be called whenever the state specified in state_key changes. The return value callbackSwitch is a callback switch. You can activate the listener with callbackSwitch.activate() and deactive with callbackSwitch.deactivate(). Example Usage:
var callbackswitch = model.addStateKeyListener('name',()=>{
n_name_changes = n_name_changes+1;
})
the name of the state to listen to
the callback to be executed when state changes
the handle / unique identifier for
whether callbacks should happen synchronously or allow for batching
Generated using TypeDoc
Get set selectedModel