Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1.04 KB

scribing.flowcontenthtmlclasskey.md

File metadata and controls

14 lines (8 loc) · 1.04 KB

Home > scribing > FlowContentHtmlClassKey

FlowContentHtmlClassKey type

Signature:

export type FlowContentHtmlClassKey = "text" | "bold" | "notBold" | "italic" | "notItalic" | "sub" | "super" | "normalBaseline" | "underline" | "notUnderline" | "strike" | "notStrike" | `${FontFamily}Font` | `${FlowColor}Color` | "title" | "subtitle" | "preamble" | "codeBlock" | `${HorizontalAlignment}Align` | `${ReadingDirection}Direction` | "dashListMarker" | "box" | `${BoxVariant}Box` | "inlineBox" | "icon" | `${PredefinedIcon}Icon` | "inlineTable";

References: FontFamily, FlowColor, HorizontalAlignment, ReadingDirection, BoxVariant, PredefinedIcon