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

interface CaseInputState {
    value: string;
}

Properties

Properties

value: string

The value of the case input.