VMPrint API Reference - v1.0.0
    Preparing search index...
    interface Element {
        balance?: boolean;
        children?: Element[];
        columns?: number;
        content: string;
        dropCap?: Record<string, unknown>;
        gutter?: number;
        image?: Record<string, unknown>;
        properties?: Record<string, unknown>;
        table?: Record<string, unknown>;
        type: string;
    }
    Index

    Properties

    balance?: boolean
    children?: Element[]
    columns?: number
    content: string
    dropCap?: Record<string, unknown>
    gutter?: number
    image?: Record<string, unknown>
    properties?: Record<string, unknown>
    table?: Record<string, unknown>
    type: string