Field display configuration object

interface FieldsDisplayConfiguration {
    defaultDisplayState: FieldDisplayState;
    defaultDisplayText: string;
    normalizedFieldName: string;
}

Properties

defaultDisplayState: FieldDisplayState

The default display state of a field in the RTU UI, could be hidden by default or visible by default.

defaultDisplayText: string

The display text of the field in the list

normalizedFieldName: string

Complete list of available normalized field names is available in the documentation