ENUM

# RoomleFilterTargetElements

Contents

  • Cases
    • catalog
    • item
    • category
    • all

All possible target elements of a filter.

# Cases

# catalog

Filter will target catalog and has rawValue = 0

# item

Filter will target item and has rawValue = 1

# category

Filter will target category and has rawValue = 2

# all

Filter will target all possible cases and has rawValue = 42