Eulergraph
    Preparing search index...

    Type Alias CustomParams

    CustomParams: GraphicElementParams & {
        controls?: (keyof CellControlsActive)[];
        views?: Record<string, RenderView>;
    }