Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • OperatorTemplatePart

Index

Constructors

Properties

Accessors

Constructors

  • new OperatorTemplatePart(part: string | FormControl, id: number, first?: boolean): OperatorTemplatePart

Properties

_content: string | FormControl
first: boolean = false
id: number

Accessors

  • get content(): string | FormControl

Generated using TypeDoc