fun invalidateActions(): Unit
(source)
Declare that the actions (navigation actions, browser actions, page actions) have changed and should be updated if needed.
The toolbar will call the visible lambda of every action to determine whether a view for this action should be added or removed. Additionally bind will be called on every visible action to update its view.