mofron-event-mouseout

0.6.1 • Public • Published

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>

Readme

Keywords

Package Sidebar

Install

npm i mofron-event-mouseout

Weekly Downloads

5

Version

0.6.1

License

MIT

Unpacked Size

4.04 kB

Total Files

5

Last publish

Collaborators

  • simparts