Skip to content

Action

This column type allows the user to integrate any action including all its functionality in this column.

action

type: string

The action to be placed in the column. Take a look to all possible actions here <action>.

yaml
columns:
    myColumn:
        type: action
        action:
            type: myAction
            route: my_action_route
            # ... further action options
        # ... further column options