Type Alias FormattedSectionExpression
type FormattedSectionExpression = {
content: Expression;
font: Expression | null;
scale: Expression | null;
textColor: Expression | null;
verticalAlign: Expression | null;
}
content: Expression;
font: Expression | null;
scale: Expression | null;
textColor: Expression | null;
verticalAlign: Expression | null;
}
Index
Properties
Was this helpful?