@companion-module/base
    Preparing search index...

    Interface CompanionFeedbackInfo

    Basic information about an instance of a feedback

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

    Hierarchy (View Summary)

    Index

    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" | "value" | "advanced"

    The type of the feedback