Graphora API
    Preparing search index...

    Interface GraphImageExport

    interface GraphImageExport {
        backgroundColor: string;
        dataUrl: string;
        displayHeight: number;
        displayWidth: number;
        height: number;
        omittedLayerIds?: readonly string[];
        pixelRatio: number;
        type: GraphImageExportType;
        width: number;
    }
    Index
    backgroundColor: string
    dataUrl: string
    displayHeight: number
    displayWidth: number
    height: number
    omittedLayerIds?: readonly string[]

    Active layers excluded from this bitmap capture (for example HTML).

    pixelRatio: number
    width: number