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

    Interface AiAutocompleteRangeValue

    Autocomplete-specific range value used in search condition input structures

    interface AiAutocompleteRangeValue {
        from?: { value: unknown };
        to?: { value: unknown };
    }
    Index

    Properties

    Properties

    from?: { value: unknown }

    UI 上の範囲開始値

    to?: { value: unknown }

    UI 上の範囲終了値