tiqi-group / pydase

A flexible and robust Python library for creating, managing, and interacting with data services, with built-in support for web and RPC servers, and customizable features for diverse use cases.
MIT License
0 stars 1 forks source link

Display the functions & its names differently in the UI #90

Closed philipleindecker closed 4 months ago

philipleindecker commented 5 months ago

The functions are being displayed weirdly and its not possible to just fix this with css

evecui250 commented 5 months ago

the function's default parameters are not shown on the UI

mosmuell commented 4 months ago

Functions that are rendered in the frontend will not be allowed to have arguments in the next release. You can only expose synchronous functions that have no arguments and are decorated with the "@frontend" decorator. Instead of arguments, you can access attributes of the service class in the function body.