@jtorm/layer-method
1.0.0 • Public • Published
npm install @jtorm/layer-method
Option |
Type |
Required |
Description |
e |
string |
true |
Event when to process e.g. before, after. |
t |
string |
true |
Type when to process e.g. iteration, view. |
i |
string |
false |
ID, optional when component has a cache ID from parent, also overrules parent. |
z |
int |
false |
Z-index. |
->layer {
e: 'after';
t: 'view';
z: '1';
a->attr {
n: 'class';
v: 'active';
}
}
Readme
Keywords
nonePackage Sidebar
Install
npm i @jtorm/layer-method
Weekly Downloads