VMPrint API Reference - v1.0.0
    Preparing search index...

    Interface ElementProperties

    interface ElementProperties {
        colSpan?: number;
        keepWithNext?: boolean;
        linkTarget?: string;
        marginBottom?: number;
        marginTop?: number;
        onMessage?: string;
        onResolve?: string;
        pageOverrides?: {
            footer?: PageRegionContent | null;
            header?: PageRegionContent | null;
        };
        pageReservationAfter?: number;
        paginationContinuation?: Record<string, any>;
        reflowKey?: string;
        rowSpan?: number;
        semanticRole?: string;
        sourceId?: string;
        style?: Record<string, any>;
        toc?: {
            levelFilter?: number[];
            style?: Record<string, unknown>;
            title?: string;
        };
        [key: string]: any;
    }

    Hierarchy

    • Record<string, any>
      • ElementProperties

    Indexable

    • [key: string]: any
    Index

    Properties

    colSpan?: number
    keepWithNext?: boolean
    linkTarget?: string
    marginBottom?: number
    marginTop?: number
    onMessage?: string
    onResolve?: string
    pageOverrides?: {
        footer?: PageRegionContent | null;
        header?: PageRegionContent | null;
    }
    pageReservationAfter?: number
    paginationContinuation?: Record<string, any>
    reflowKey?: string
    rowSpan?: number
    semanticRole?: string
    sourceId?: string
    style?: Record<string, any>
    toc?: {
        levelFilter?: number[];
        style?: Record<string, unknown>;
        title?: string;
    }

    Table of Contents options. Declared on toc elements.