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

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

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

    The type of the feedback