Eulergraph
    Preparing search index...

    Type Alias CellPaths

    type CellPaths = {
        attrs?: PathAttrs;
        command: DrawCommand;
        skiaPath?: Path | null;
        skiaPathMiddles?: Point[] | null;
        skiaPathPoints?: Point[] | null;
    }
    Index

    Properties

    attrs?: PathAttrs
    command: DrawCommand
    skiaPath?: Path | null
    skiaPathMiddles?: Point[] | null
    skiaPathPoints?: Point[] | null