Circle V2 API Docs
    Preparing search index...

    Type Alias DateRangePreset

    Quick-select preset button configuration for the date range panel. getValue is invoked each click so that relative presets like "today" stay fresh across a long-lived page.

    type DateRangePreset = {
        getValue: () => DateRangeFilterValue;
        label: string;
    }
    Index

    Properties

    Properties

    getValue: () => DateRangeFilterValue
    label: string