Variable CollectTypesConst

CollectTypes: {
    COLLECT: OnmsCollectType;
    DO_NOT_COLLECT: OnmsCollectType;
    FORCE_COLLECT: OnmsCollectType;
    FORCE_DO_NOT_COLLECT: OnmsCollectType;
} = ...

Contains constant instances of all available collect types.

Type declaration