Interface CompanionFeedbackAdvancedEvent

Extended information for execution of an advanced feedback

interface CompanionFeedbackAdvancedEvent {
    controlId: string;
    feedbackId: string;
    id: string;
    image?: {
        height: number;
        width: number;
    };
    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

image?: {
    height: number;
    width: number;
}

If control supports an imageBuffer, the dimensions the buffer should be

The user selected options for the feedback

type: "boolean" | "advanced"

The type of the feedback