Variables
The K-scaffold provides several variables to allow your scripts to tap into its information flow.
k.baseGet
constantThe array of attribute names that the k-scaffold gets by default. Does not incude repeating attributes.
k.debugMode
memberA boolean flag that tells the script whether to enable or disable debug calls. If the version of the sheet is 0
, or an attribute named debug_mode
is found on opening this is set to true for your entire session. Otherwise, it remains false.
k.defaultRollStart
memberDefines the rollstring that rolls made using k.startRoll begin with. Defaults to "&{template:default}".