Axinom Mosaic Libraries
    Preparing search index...

    Interface DateRangeFilterValidatorOptions

    interface DateRangeFilterValidatorOptions {
        fromDateIndex: number;
        toDateIndex: number;
    }
    Index

    Properties

    fromDateIndex: number
    toDateIndex: number