Skip to main content
Version: 2.6

GlobalProperties

Label of global properties used by convention through bricks and applications. Example of use:

const transaction = context.get(TRANSACTION).

The brick “Begin Transaction” push a transaction inside the context so it can be reused by other bricks before the “End Transaction” brick.

Index

Enumeration Members

Enumeration Members

EDITION

EDITION: __editionMode

PRODUCTION

PRODUCTION: __production

TRANSACTION

TRANSACTION: __transaction