Sha256: f451386c8c50f0bd66efa47fc5760219aa74f64f07b1f29b5c9587470e26135a
Contents?: true
Size: 1007 Bytes
Versions: 45
Compression:
Stored size: 1007 Bytes
Contents
# isomorfeus-operation Operations for Isomorfeus. ### Community and Support At the [Isomorfeus Framework Project](https://isomorfeus.com) ### Usage Operations use Props like other parts of the system. See [the isomorfeus-preact props documentation](https://github.com/isomorfeus/isomorfeus-preact/blob/master/docs/props.md#prop-declaration). There are 3 kinds of Operations: - [LucidSimpleOperation](https://github.com/isomorfeus/isomorfeus-project/blob/master/isomorfeus-operation/docs/simple_operation.md) - Simple operation, always executed on the server, also deferred or daily. - [LucidOperation](https://github.com/isomorfeus/isomorfeus-project/blob/master/isomorfeus-operation/docs/operation.md) - For complex multi-stepped operations, always executed on the server, also deferred or daily. - [LucidLocalOperation](https://github.com/isomorfeus/isomorfeus-project/blob/master/isomorfeus-operation/docs/operation.md) - For complex multi-stepped operations, always executed locally.
Version data entries
45 entries across 45 versions & 1 rubygems