Circle V2 API Docs
    Preparing search index...

    Interface ComboboxInputValueChangeDetails

    interface ComboboxInputValueChangeDetails {
        inputValue: string;
        reason?: InputValueChangeReason;
    }

    Hierarchy

    • InputValueChangeDetails
      • ComboboxInputValueChangeDetails
    Index

    Properties

    Properties

    inputValue: string
    reason?: InputValueChangeReason