FloatScreenField
No description
type FloatScreenField implements ScreenField {
id: String!
type: ScreenFieldType!
label: String!
helpText: String
available: Boolean!
value: Float
required: Boolean!
minValue: Float
maxValue: Float
step: Float
}
Fields
FloatScreenField.id ● String! non-null scalar
FloatScreenField.type ● ScreenFieldType! non-null enum
FloatScreenField.label ● String! non-null scalar
FloatScreenField.helpText ● String scalar
FloatScreenField.available ● Boolean! non-null scalar
FloatScreenField.value ● Float scalar
FloatScreenField.required ● Boolean! non-null scalar
FloatScreenField.minValue ● Float scalar
FloatScreenField.maxValue ● Float scalar
FloatScreenField.step ● Float scalar
Interfaces
ScreenField interface
A field within a screen section
Member Of
InternalTypeRegistry object