Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ArgumentValueWrapper

Index

Constructors

Properties

Constructors

constructor

  • Initializes a new instance of the {@link geocortex.workflow.ArgumentValueWrapper} class.

    class

    Represents an argument value used that will be assigned to a {@link geocortex.workflow.ArgumentInfo}.

    constructs

    Parameters

    • runtimeTypeName: string

      The runtime type name of the argument value.

    • value: any

      The value of the argument.

    Returns ArgumentValueWrapper

Properties

runtimeTypeName

runtimeTypeName: string

The runtime type name of the argument value.

type

String

value

value: any

The value of the argument.

type

Object