Socket
Socket
Sign inDemoInstall

mofron-event-mouseout

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mofron-event-mouseout

mouse out event for moforn component


Version published
Weekly downloads
13
Maintainers
1
Install size
3.94 kB
Created
Weekly downloads
 

Readme

Source

mofron-event-mouseout

mofron is module based frontend framework.

mouse-out event for mofron

this event notifies when the mouse out on the component.

event function parameter

  • component: event target component object

  • event: "mouseout" event object by addEventListener

  • mixed: user specified parameter

Install

npm install mofron mofron-event-mouseout

Sample

<require>
    <tag load="mofron-comp-frame">Frame</tag>
    <tag load="mofron-event-mouseout">Mout</tag>
</require>
<script name=mevt run=init>
    console.log("mouse out");
</script>

<Frame event=Mout:@mevt></Frame>

Keywords

FAQs

Last updated on 01 Jul 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc