Skip to content

Commit

Permalink
fix: add missing textExpression style property
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jul 7, 2024
1 parent b717953 commit 799fb67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/module-api/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export type CompanionTextSize = 'auto' | '7' | '14' | '18' | '24' | '30' | '44'
*/
export interface CompanionButtonStyleProps {
text: string
/**
* Whether the text should be treated as an expression
*/
textExpression?: boolean
size: CompanionTextSize
color: number
bgcolor: number
Expand Down

0 comments on commit 799fb67

Please sign in to comment.