bootstack.events.SelectionEvent# class bootstack.events.SelectionEvent(records=<factory>, ids=<factory>)# Bases: object Fires when the set of selected rows changes. ids: list[Any]# The selected rows’ ids. records: list[dict[str, Any]]# The selected records.