Traits: {
    group: UiNodeGroupEnum;
    label: string;
    name?: string;
    node_type?: string;
    required?: boolean;
    type: "input" | "checkbox" | "button" | "hidden" | "submit" | "email" | "password";
    value: string;
}

Type declaration

  • group: UiNodeGroupEnum
  • label: string
  • Optional name?: string
  • Optional node_type?: string
  • Optional required?: boolean
  • type: "input" | "checkbox" | "button" | "hidden" | "submit" | "email" | "password"
  • value: string

Generated using TypeDoc