Global Variables

The following variables are available globally.

  • A dictionary which maps a property ID to a property. This dictionary contains all the properties in Flow.

    Declaration

    var properties: Dictionary
  • The flow document being exported.

    Declaration

    var document: Document?
  • The timelines the user has chosen to export in the code export window.

    Declaration

    var timelines: Array
  • The version of the Flow application which is generating the code.

    Declaration

    var flowVersion: String
  • The URL of the flowCommonWeb CDN.

    Declaration

    var flowCommonWebURL: String