Mapper for attributes from view to data (toData) and vice versa (toView).

interface AttributeMapper {
    toData: ElementFilterRule;
    toView: ElementFilterRule;
}

Properties

Properties