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

    Interface ZoneLayoutOptions

    Layout options for a zone-map element. Column widths are resolved via solveTrackSizing (same solver as tables).

    interface ZoneLayoutOptions {
        columns?: TableColumnSizing[];
        frameOverflow?: ZoneFrameOverflow;
        gap?: number;
        worldBehavior?: ZoneWorldBehavior;
    }
    Index

    Properties

    columns?: TableColumnSizing[]

    Column track definitions. Reuses TableColumnSizing (fixed/auto/flex modes).

    frameOverflow?: ZoneFrameOverflow

    How the zone field behaves at page boundaries. move-whole preserves the shipped V1 behavior. continue is reserved for future page-framed zone continuation.

    gap?: number

    Gap between columns in points. Defaults to 0.

    worldBehavior?: ZoneWorldBehavior

    Authored world behavior for this zone field. fixed is the conservative default.