1.0.0 • Published 8 months ago

@jtorm/each-method v1.0.0

Weekly downloads
-
License
GPL-3.0
Repository
gitlab
Last release
8 months ago

jTorm Each Method

Install

npm install @jtorm/each-method

Properties

OptionTypeRequiredDescription
dstringtrueData collection.
astringtrueAs current item reference within the loop.
mstringfalseE.g. append, prepend, replace. Default: append.
estringfalseSet certain elements to the scope to process.

Example

body->each(d: dataSet, a: row)->append {
    h: row.html;
}
1.0.0

8 months ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago