wc.rowAction() - shysolocup/willclient GitHub Wiki
- Description: Creates a new listener for both buttons and selections.
Parts
- ctx
Event
: Context of the row action event
Parameters
- Action
Function
: What it does when a button is pressed or a selection is submitted
Setup
wc.rowAction( async (ctx) => {
// action
})