interface ToDataAndViewTextConfiguration {
    toData?: TextFilterRule;
    toView?: TextFilterRule;
}

Properties

Properties