Eulergraph
    Preparing search index...

    Type Alias PrintPreviewOptions

    type PrintPreviewOptions = {
        fitToPaper?: boolean;
        imagePaddings?: number;
        imageScale?: number;
        printArea?: Point[];
        rights?: string[] | null;
        selectedLayer?: number | null;
        withGrid?: boolean;
    }
    Index

    Properties

    fitToPaper?: boolean
    imagePaddings?: number
    imageScale?: number
    printArea?: Point[]
    rights?: string[] | null
    selectedLayer?: number | null
    withGrid?: boolean