Class FormattedSection
Index
Constructors
Properties
Constructors
constructor
- new FormattedSection(
text: string,
image: ResolvedImage | null,
scale: number | null,
fontStack: string | null,
textColor: Color | null,
verticalAlign: "top" | "bottom" | "center" | null,
): FormattedSectionParameters
- text: string
- image: ResolvedImage | null
- scale: number | null
- fontStack: string | null
- textColor: Color | null
- verticalAlign: "top" | "bottom" | "center" | null
Returns FormattedSection
Was this helpful?