Skip to main content

Input

Input defines an input parameter.

Properties

  • type - string
    Type defines the input type.

    enum values:

    • string
    • number
    • boolean
    • array
    • map
  • description - string
    The input description.

  • default - undefined
    The default input value.

  • required - bool
    The input is required.

  • items - InputItems
    The input array type.

  • enum - string
    The input enum values.

  • mask - bool
    The input value is sensitive and should be masked.