Skip to content

wc.rowAction()

paige edited this page Aug 28, 2023 · 1 revision
  • 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
})
Clone this wiki locally