RealmGlobal
  • 1 Minute to read
  • Dark
    Light
  • PDF

RealmGlobal

  • Dark
    Light
  • PDF

Article summary

PROTOTYPE

Retrieves a realm variable value from the globalManager

KeyValue(s)Description
method"RealmGlobal"Retrieves a realm variable value from the globalManager
key"RealmVariableName"String.  Required.  Error will be raised if variable does not exist in globalManager.


{
  "method": "IF",
  "condition": RealmGlobal('BuildMode')==FULL",
  "project": "Demo"
}

Was this article helpful?