Interface CompanionButtonStyleProps

The basic style properties for a button

interface CompanionButtonStyleProps {
    alignment?: CompanionAlignment;
    bgcolor: number;
    color: number;
    png64?: string;
    pngalignment?: CompanionAlignment;
    show_topbar?: boolean;
    size: CompanionTextSize;
    text: string;
    textExpression?: boolean;
}

Properties

alignment?: CompanionAlignment
bgcolor: number
color: number
png64?: string
pngalignment?: CompanionAlignment
show_topbar?: boolean
text: string
textExpression?: boolean

Whether the text should be treated as an expression