MCPcopy Create free account
hub / github.com/DTStack/molecule / onActionBarClick

Method onActionBarClick

src/controller/notification.tsx:22–22  ·  view source on GitHub ↗
(
        event: React.MouseEvent<Element, MouseEvent>,
        item: IActionBarItemProps<any>
    )

Source from the content-addressed store, hash-verified

20 onCloseNotification(item: INotificationItem): void;
21 onClick?: (e: React.MouseEvent, item: IStatusBarItem) => void;
22 onActionBarClick?(
23 event: React.MouseEvent<Element, MouseEvent>,
24 item: IActionBarItemProps<any>
25 ): void;

Callers 1

Implementers 1

NotificationControllersrc/controller/notification.tsx

Calls

no outgoing calls

Tested by

no test coverage detected