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 Member | Value |
---|---|
EDITION | "__editionMode" |
PRODUCTION | "__production" |
TRANSACTION | "__transaction" |