Interface DataField

interface DataField {
    criticality?: CriticalityType;
    criticalityRepresentation?: CriticalityRepresentationType;
    iconUrl?: URL;
    label?: string;
    value: PrimitiveType;
}

Hierarchy

Properties

criticality?: CriticalityType

Criticality of the data field value

criticalityRepresentation?: CriticalityRepresentationType

Decides if criticality is visualized in addition by means of an icon

iconUrl?: URL

Optional icon

label?: string

A short, human-readable text suitable for labels and captions in UIs

The data field's value

Generated using TypeDoc