Interface TumblrNeueTextBlock

Hierarchy

  • TumblrNeueTextBlock

Properties

formatting?: {
    end: number;
    hex?: string;
    start: number;
    type: "link" | "bold" | "italic" | "strikethrough" | "small" | "code" | "color";
    url?: string;
}[]
indent_level?: number
subtype?: "quote" | "chat" | "heading1" | "heading2" | "quirky" | "indented" | "ordered-list-item" | "unordered-list-item"
text: string
type: "text"

Generated using TypeDoc