@coveo/headless
    Preparing search index...

    Interface CaseInputState

    A scoped and simplified part of the headless state that is relevant to the CaseInput controller.

    interface CaseInputState {
        value: string;
    }
    Index

    Properties

    Properties

    value: string

    The value of the case input.