ScriptGlobals Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Global values to pass into scripts defined using FormBuilderJson.
public class ScriptGlobals
type ScriptGlobals = class
Public Class ScriptGlobals
- Inheritance
-
ScriptGlobals
Constructors
ScriptGlobals() |
Fields
choice |
Which script to execute. |
context |
Dialog context for OnCompletionAsync handlers. |
field |
Field to be dynamically defined. |
ifield |
Current field if any. |
state |
Current form state. |
value |
Value to be validated. |