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

    Interface CompanionPresetFeedback

    The configuration of an feedback in a preset

    interface CompanionPresetFeedback {
        feedbackId: string;
        headline?: string;
        isInverted?: boolean;
        options: CompanionOptionValues;
        style?: Partial<CompanionButtonStyleProps>;
    }
    Index

    Properties

    feedbackId: string

    The id of the feedback definition

    headline?: string

    User editable description/comment for the feedback. Intended to descibe the purpose/intent of the feedback.

    isInverted?: boolean

    If a boolean feedback, invert the value of the feedback

    The option values for the action

    style?: Partial<CompanionButtonStyleProps>

    If a boolean feedback, the style effect of the feedback