Circle V2 API Docs
    Preparing search index...

    Interface InputValueChangeDetails

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

    Hierarchy

    • InputValueChangeDetails
      • InputValueChangeDetails
    Index

    Properties

    Properties

    inputValue: string
    reason?: InputValueChangeReason