FlowScript Methods
An object defining methods for the FlowScript class.
Initialize()
Initializes the script step with default settings.
Returns:
Type: void
Method does not return anything
This is a sync method. Method runs synchronously.
ToLiquid()
Converts the script data into a format compatible with Liquid templates.
Returns:
Type: object
Returns the script data as an object.
This is a sync method. Method runs synchronously.