digimaker-ui supports 2 types of actions, link and component for configuration.
Below is a link example
const articleActions = [{"link":"/main/edit/{id}", "name":"edit"}];
variables of link:
Note: special variable: {_contenttype_id} is contenttype with id(eg. image/10) - for non-location content mainly).
a string which is show, or reactNode where you can have your own rendering
Here is an example of component action where everything is customized. See Implement an action for more.
const articleActions = [Copy, Delete];