About Docs GitHub Discord Sign in

UUID field

Generates a Version 4 UUID.

Options

Option Type Description
editable boolean If false, prevents the user from generating a new UUID after creation. Defaults to true

Example

- name: identifier
  label: Identifier
  type: uuid
  options:
    editable: false

On this page