Status

Status shows a pass or fail state. It can be combined with a message to show whether the make function completed successfully.

Example

The process was successful!
({
  type: "status",
  value: true,
  message: "The process was successful!",
})

Options

Output

Use these options when using the field with make.

value?
boolean
A value of false indicates a failure, while true indicates success.
message?
string
A message describing the status in more detail.