Data Type Functions
PantherFlow data type functions
PantherFlow is in open beta starting with Panther version 1.110, and is available to all customers. Please share any bug reports and feature requests with your Panther support team.
array()
array()
array(value1: any, value2: any, valueN: any, ... ) -> array
Returns an array with the given values.
Example:
object()
object()
object([key1: string, value1: any, ... ]) -> object
Returns an object with the given key-value pairs.
Example:
Last updated