☁️ Loving our new documentation website? Provide feedback in the CloudCannon Community! ✨

type

Table of contents

Description:

This key defines the input type, which controls how this input appears and behaves.

Appears in:
└── _inputs
    └── *
        └── Choice Input
            └── type
Type:
"choice" Required
Examples:

In this example, we have configured the status key as a Choice Input type.

Copied to clipboard
_inputs:
  status:
    type: choice
{
  "_inputs": {
    "status": {
      "type": "choice"
    }
  }
}
Open in a new tab