@schie/fluent-zpl - v0.10.0
    Preparing search index...

    Interface Position

    Represents a position with x and y coordinates.

    This type is used throughout the library for positioning elements on labels. Coordinates are typically in the units specified by the label configuration (dots, mm, or inches).

    interface Position {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number
    y: number