@refinio/one.ui
    Preparing search index...
    • Handles rendering of answer components

      Parameters

      • props: {
            onFullscreenRequest?: boolean;
            questionData: QuestionnaireResponseBuilderItem;
            questionType:
                | "string"
                | "boolean"
                | "decimal"
                | "time"
                | "attachment"
                | "url"
                | "display"
                | "text"
                | "integer"
                | "group"
                | "dateTime"
                | "slider"
                | "date"
                | "question"
                | "choice"
                | "open-choice"
                | "reference"
                | "quantity";
        }
        • OptionalonFullscreenRequest?: boolean

          Optional. Default false. handle popup like behavieur in a fullscreen mode, using AppBar context.

        • questionData: QuestionnaireResponseBuilderItem

          needed for answers rendering

        • questionType:
              | "string"
              | "boolean"
              | "decimal"
              | "time"
              | "attachment"
              | "url"
              | "display"
              | "text"
              | "integer"
              | "group"
              | "dateTime"
              | "slider"
              | "date"
              | "question"
              | "choice"
              | "open-choice"
              | "reference"
              | "quantity"

          used to get answer component

      Returns ReactElement

      ReactElement