@samatawy/diagrams
    Preparing search index...

    Interface INodeCached

    Cached properties for nodes and layers.

    interface INodeCached {
        cos?: number;
        sin?: number;
        path?: Path2D;
        text_path?: Path2D;
        img?: HTMLImageElement;
        pattern?: CanvasPattern;
        image_loading?: boolean;
    }
    Index

    Properties

    cos?: number
    sin?: number
    path?: Path2D
    text_path?: Path2D
    img?: HTMLImageElement
    pattern?: CanvasPattern
    image_loading?: boolean