ExternalSignal interface
An externally submitted signal instance assigned to an entity.
- Extends
Properties
| evaluation |
Evaluation rules for the external signal as submitted. |
| signal |
Kind of the signal instance |
Inherited Properties
| name | Unique name of the signal within the entity. |
| signal |
Optional reference to a signal definition that provides default values. |
| status | Current status of the signal. |
Property Details
evaluationRules
Evaluation rules for the external signal as submitted.
evaluationRules?: EvaluationRule
Property Value
signalKind
Kind of the signal instance
signalKind: "External"
Property Value
"External"
Inherited Property Details
name
Unique name of the signal within the entity.
name: string
Property Value
string
Inherited From SignalInstanceProperties.name
signalDefinitionName
Optional reference to a signal definition that provides default values.
signalDefinitionName?: string
Property Value
string
Inherited From SignalInstanceProperties.signalDefinitionName
status
Current status of the signal.
status?: SignalStatus
Property Value
Inherited From SignalInstanceProperties.status