bootstack.events.TextModifiedEvent# class bootstack.events.TextModifiedEvent(is_dirty=False)# Bases: object Fires when a text area’s modified (dirty) flag changes. is_dirty: bool# Whether the text differs from the last saved/baseline content.