Eulergraph
    Preparing search index...

    Type Alias GraphicElementParams

    type GraphicElementParams = {
        param: { [key: string]: string | number | boolean };
        paramData: ParamSelectors[];
    }
    Index

    Properties

    Properties

    param: { [key: string]: string | number | boolean }
    paramData: ParamSelectors[]