Interface CompanionAdvancedFeedbackResult

The resulting style of an advanced feedback

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

Hierarchy (view full)

Properties

alignment?: CompanionAlignment
bgcolor?: number
color?: number
imageBuffer?: string | Uint8Array
imageBufferEncoding?: CompanionImageBufferEncoding
imageBufferPosition?: CompanionImageBufferPosition
png64?: string
pngalignment?: CompanionAlignment
show_topbar?: boolean
text?: string
textExpression?: boolean

Whether the text should be treated as an expression