型・APIリファレンス
    Preparing search index...

    Interface RangeValue

    範囲値(from-to)

    interface RangeValue {
        from?: null | string | number;
        to?: null | string | number;
    }
    Index

    Properties

    Properties

    from?: null | string | number

    RangeのFrom

    to?: null | string | number

    RangeのTo