Files
PyUIBuilder/src/canvas/constants/tools.js
2024-08-08 16:21:19 +05:30

8 lines
183 B
JavaScript

const Tools = {
COLOR_PICKER: "color_picker",
EVENT_HANDLER: "event_handler", // shows a event handler with all the possible function in the dropdown
}
export default Tools