CraftTextBlockStyle

textStyle

  • title
  • subTitle
  • heading
  • strong
  • body
  • caption

fontStyle

  • system
  • system-serif
  • system-mono
  • system-rounded

alignmentStyle

  • left
  • right
  • center

cardStyle

coverImage

typescript
1CraftCoverImage {
2 enabled:boolean;
3 url?: string;
4 aspectRatio?: number;
5 attribution?: string;
6 primaryColor?: string;
7 imageWidth?: number;
8 hasTransparency?: boolean;
9}