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

    Interface StripLayoutOptions

    Layout options for a strip element. Track sizing reuses the same vocabulary as tables and zone maps.

    interface StripLayoutOptions {
        gap?: number;
        tracks?: TableColumnSizing[];
    }
    Index

    Properties

    Properties

    gap?: number