Skip to main content
Version: 2.9

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.

Enumeration Members

Enumeration MemberValue
EDITION"__editionMode"
PRODUCTION"__production"
TRANSACTION"__transaction"