Tinderbox v10 Icon

changed([scope])


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Data Type Returned: 

Operator First Added: 

Operator in Current Baseline: 

Operator Last Altered: 

Operator Uses Scoped Arguments: 

Operator Has Optional Arguments: 

 Operator  [other Operator type actions]

 Item  [operators of similar scope]

 Data manipulation  [other Data manipulation operators]

 success boolean

 v9.6.0

 Baseline

 As at baseline

 [More on scoped arguments in Action Code]

 [More on optional operator arguments]


changed()

changed([scope])

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");