onClicked property
EventStream<Tab>
get
onClicked
Fired when an action icon is clicked. This event will not fire if the action has a popup.
Implementation
EventStream<Tab> get onClicked =>
$js.chrome.action.onClicked.asStream(($c) => ($js_tabs.Tab tab) {
return $c(Tab.fromJS(tab));
});