0.0.7 • Published 3 years ago

mofron-event-visiclick v0.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

mofron-event-visiclick

mofron is module based frontend framework.

visible switch click event for mofron

Install

npm install mofron mofron-event-visiclick

Sample

<setting>
    <tag load="mofron-comp-text">Text</tag>
    <tag load="mofron-comp-button">Button</tag>
    <tag load="mofron-event-visiclick">vsClick</tag>
</setting>

<Text name=tes>Test</Text>
<Button event=vsClick:("switch",@tes)>switch</Button>

Parameter

ShortFormParameter NameTypeDescription
tgtCompmixedComponent: set visible target component
undefined: call as getter
callbackfunctioncallback function
undefined: call as getter
modestringvisible mode ('enable', 'disable', 'switch')
undefined: call as getter
0.0.7

3 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago