Variable FeedbackTypesConst

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

Contains constant instances of all feedback types.

Type declaration