Interface DataFieldForActionAbstract

interface DataFieldForActionAbstract {
    criticality?: CriticalityType;
    criticalityRepresentation?: CriticalityRepresentationType;
    determining: boolean;
    iconUrl?: URL;
    inline: boolean;
    label?: string;
}

Hierarchy

Properties

criticality?: CriticalityType

Criticality of the data field value

criticalityRepresentation?: CriticalityRepresentationType

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

determining: boolean

Determines whether the action completes a process step (e.g. approve, reject).

iconUrl?: URL

Optional icon

inline: boolean

Action should be placed close to (or even inside) the visualized term

label?: string

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

Generated using TypeDoc