=========== is_changing =========== .. js:function:: is_changing() **domain**: client **language**: javascript **class** :doc:`Item class ` Description =========== Checks if an item is in edit or insert state and returns ``true`` if it is. An application calls :doc:`edit ` to put an item into edit state and :doc:`append ` or :doc:`insert ` to put an item into insert state. See also ======== :doc:`Modifying datasets `