tabInputs

Configuration input field within a tab.

Examples

type TabInputs {
  inputType: InputTypes
  inputTitle: String
  inputName: String
}

Fields

Field
Description
Supported fields

inputType InputTypes

Type of input field (text, checkbox, etc.)

inputTitle String

Display title for the input field

inputName String

Internal name for the input field

References

Fields with this object:

Last updated