Eulergraph
    Preparing search index...

    Type Alias UngredLibElementDefinition

    type UngredLibElementDefinition = {
        DBElement?: Record<string, string>;
        defs: { style?: Record<string, PathAttrsCommon>; userStyles?: UserStyle[] };
    }
    Index

    Properties

    Properties

    DBElement?: Record<string, string>
    defs: { style?: Record<string, PathAttrsCommon>; userStyles?: UserStyle[] }