The
either the displayed text or a FormControl
object, that represents the operator template segment.
for ngFor trackBy comparison
whether it is the first input in the template
{@link OperatorTemplatePartType#TEXT} if the segment is a text (content has type string
),
or [INPUT]{@link OperatorTemplatePartType#INPUT} if the segment is an input field (content has type FormControl
)
Generated using TypeDoc
Represents a process operator template part/segment.
Is used to be iterated over by ngFor to display a combination of text segments and user inputs that together create an operator input GUI