Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

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