bootstack.events.RowEvent# class bootstack.events.RowEvent(record=<factory>, id=None)# Bases: object Fires for a single-row action (click, double-click, right-click). id: Any# The row’s id. record: dict[str, Any]# The row’s record.