Pawnote
    Preparing search index...

    Variable newsQuestionLocalMutateConst

    newsQuestionLocalMutate: {
        (question: NewsQuestion, textInputAnswer?: string): void;
        (
            question: NewsQuestion,
            selectedAnswers?: number[],
            otherFieldTextValue?: string,
        ): void;
        (
            question: NewsQuestion,
            answers?: string | number[],
            textInput?: string,
        ): void;
    } = ...

    Type Declaration

      • (question: NewsQuestion, textInputAnswer?: string): void
      • Parameters

        Returns void

      • (
            question: NewsQuestion,
            selectedAnswers?: number[],
            otherFieldTextValue?: string,
        ): void
      • Parameters

        • question: NewsQuestion
        • OptionalselectedAnswers: number[]
        • OptionalotherFieldTextValue: string

        Returns void

      • (question: NewsQuestion, answers?: string | number[], textInput?: string): void
      • Parameters

        • question: NewsQuestion
        • Optionalanswers: string | number[]
        • OptionaltextInput: string

        Returns void