Eulergraph
    Preparing search index...

    Type Alias RenderOptions

    type RenderOptions = {
        drawingScale?: number;
        forceEffectUpdate?: boolean;
        isCashEnable?: boolean;
        isGhost?: boolean;
        noSelected?: boolean;
        renderRect?: boolean;
        systemSettings?: Partial<SystemSettings>;
    }
    Index

    Properties

    drawingScale?: number
    forceEffectUpdate?: boolean
    isCashEnable?: boolean
    isGhost?: boolean
    noSelected?: boolean
    renderRect?: boolean
    systemSettings?: Partial<SystemSettings>