Tinderbox v9 Icon

changed([scope])


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Operator First Added: 

Operator Last Altered: 

Operator Uses Scoped Arguments: 

Operator Has Optional Arguments: 


changed()

changed([scope])

New to v9.6.0, the changed() operator tells the current item to update itself. A likely use for the operator is to refresh Poster notes. There is an optional scope argument, indicating which note(s) need updating. If no scope argument is passed, the target is assumed to be the currently selected note.

The operator needs no left-side argument, so may be called as a simple expression:

changed(); 

or, more specifically:

changed("Some poster note");