Interface for separate toData/toView Handling within the configuration.

interface ToDataAndViewElementConfiguration {
    toData?: ElementFilterRule;
    toView?: ElementFilterRule | ElementFilterRulesByName;
}

Properties

Properties