gridstack - v13.1.2
    Preparing search index...

    Interface PrintOptions

    Print options for a widget. See print_README.md for more details.

    interface PrintOptions {
        hide?: boolean;
        orientation?: "portrait" | "landscape";
        pageBreak?: boolean;
    }
    Index

    Properties

    hide?: boolean

    prevent this widget from printing (default?: undefined). Applies to both print modes.

    orientation?: "portrait" | "landscape"

    set the orientation of the printed page (default?: 'portrait'). Note: Only works in exact mode (printMode: 'exact'). See print_README.md

    pageBreak?: boolean

    add a page break before this widget (default?: undefined). Note: Only works in exact mode (printMode: 'exact'). See print_README.md