Eulergraph
    Preparing search index...

    Type Alias CustomAttrs

    type CustomAttrs = {
        effects: CellEffect[];
        style: PathAttrsCommon & { curveType?: CurveType } | null;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    effects: CellEffect[]
    style: PathAttrsCommon & { curveType?: CurveType } | null