Open Pioneer Trails Packages
    Preparing search index...

    This is special property for the Printing.

    interface PrintingProps {
        map?: MapModel;
        mapId?: string;
        viewPadding?: ViewPaddingBehavior;
    }

    Hierarchy (View Summary)

    Index

    Properties

    map?: MapModel

    The map model to use.

    mapId?: string

    The id of the map. The map will be looked up in the MapRegistry service.

    Use the map property instead.

    viewPadding?: ViewPaddingBehavior

    Whether to respect the map view's padding when printing (default: "auto").

    See also ViewPaddingBehavior.