@jtorm/layer-method

1.0.0 • Public • Published

jTorm - Layer Method

Install

npm install @jtorm/layer-method

Properties

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.

Example

->layer {
    e: 'after';
    t: 'view';
    z: '1';

    a->attr {
        n: 'class';
        v: 'active';
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @jtorm/layer-method

Weekly Downloads

2

Version

1.0.0

License

GPL-3.0

Unpacked Size

1.89 kB

Total Files

3

Last publish

Collaborators

  • jtorm