On this page

Type Alias FormattedSectionExpression

type FormattedSectionExpression = {
    content: Expression;
    font: Expression | null;
    scale: Expression | null;
    textColor: Expression | null;
    verticalAlign: Expression | null;
}
Index

Properties

content: Expression
font: Expression | null
scale: Expression | null
textColor: Expression | null
verticalAlign: Expression | null
Was this helpful?
SDK JS
Reference
FormattedSectionExpression