Variable FeedbackTypesConst

FeedbackTypes: {
    CORRECT: Model.OnmsSituationFeedbackType;
    CREATE_SITUATION: Model.OnmsSituationFeedbackType;
    FALSE_NEGATIVE: Model.OnmsSituationFeedbackType;
    FALSE_POSITIVE: Model.OnmsSituationFeedbackType;
} = ...

Contains constant instances of all feedback types.

Type declaration