1.0.0 • Published 8 months ago

@jtorm/ui-cache-model v1.0.0

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

jTorm Handler

Contains a handler for processing data, TSS and HTML.

Install

npm install @jtorm/handler

Options

Plugins

Before plugins triggers before data parsing, validation and method handler. jTormHandler.plugins.before = []

After plugins triggers after the method handler. jTormHandler.plugins.after = []

Method alias

A shorthand version of the method name for minified TSS. jTormExampleMethod.alias = 'shortAlias'

Set TSS flag

For analysing and optimizing the final result TSS. It can be set in the handler method with the last parameter (save/shorthand s): async handle (HTML, TSS, data, createDoc, save)

The result TSS will be saved here: jTormHandler.tss = {}

1.0.0

8 months ago

0.0.4

2 years ago

0.0.3

3 years ago