Skip to main content

SystemScreenField

No description

type SystemScreenField implements ScreenField {
id: String!
type: ScreenFieldType!
label: String!
helpText: String
available: Boolean!
value: [Int!]
required: Boolean!
systemType: MonitoredSystemType!
systemSubType: String
multiSelect: Boolean!
}

Fields

SystemScreenField.id ● String! non-null scalar

SystemScreenField.type ● ScreenFieldType! non-null enum

SystemScreenField.label ● String! non-null scalar

SystemScreenField.helpText ● String scalar

SystemScreenField.available ● Boolean! non-null scalar

SystemScreenField.value ● [Int!] list scalar

SystemScreenField.required ● Boolean! non-null scalar

SystemScreenField.systemType ● MonitoredSystemType! non-null enum

SystemScreenField.systemSubType ● String scalar

SystemScreenField.multiSelect ● Boolean! non-null scalar

Interfaces

ScreenField interface

A field within a screen section

Member Of

InternalTypeRegistry object