Member Junction
    Preparing search index...

    Runtime parameter class that is used to pass key/value pairs in arrays to/from the action engine.

    Index

    Constructors

    Properties

    Constructors

    Properties

    Name: string

    The name of the parameter

    Type: "Input" | "Output" | "Both"

    The type of the Action parameter. Input parameters are used to pass data into the action while output parameters are used to return data from the action.

    Value: any

    The value of the parameter. This can be any type of object.