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

    Interface CompanionAdvancedFeedbackResult

    The resulting style of an advanced feedback

    interface CompanionAdvancedFeedbackResult {
        alignment?: CompanionAlignment;
        bgcolor?: number;
        color?: number;
        imageBuffer?: string;
        imageBufferEncoding?: CompanionImageBufferEncoding;
        imageBufferPosition?: CompanionImageBufferPosition;
        png64?: string;
        pngalignment?: CompanionAlignment;
        show_topbar?: boolean;
        size?: CompanionTextSize;
        text?: string;
        textExpression?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alignment?: CompanionAlignment
    bgcolor?: number
    color?: number
    imageBuffer?: string

    Base64 encoded pixel buffer

    imageBufferEncoding?: CompanionImageBufferEncoding
    imageBufferPosition?: CompanionImageBufferPosition
    png64?: string
    pngalignment?: CompanionAlignment
    show_topbar?: boolean
    text?: string
    textExpression?: boolean

    Whether the text should be treated as an expression