Skip to main content
Version: 2.0

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

EDITION_MODE

EDITION_MODE: __editionMode

PRODUCTION

PRODUCTION: __production

TRANSACTION

TRANSACTION: __transaction