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

    Interface SpatialZone

    interface SpatialZone {
        content?: SpatialZoneContent;
        id?: string;
        style?: Record<string, unknown>;
        width: number;
        x: number;
    }
    Index

    Properties

    id?: string
    style?: Record<string, unknown>
    width: number
    x: number