0.0.7 • Published 2 years ago

mofron-event-visiclick v0.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
2 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

2 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago