Interface CompanionFeedbackInfo

Basic information about an instance of a feedback

interface CompanionFeedbackInfo {
    controlId: string;
    feedbackId: string;
    id: string;
    options: CompanionOptionValues;
    type: "boolean" | "advanced";
}

Hierarchy (view full)

Properties

controlId: string

The unique id for the location of this feedback

feedbackId: string

The id of the feedback definition

id: string

The unique id for this feedback

The user selected options for the feedback

type: "boolean" | "advanced"

The type of the feedback