Overview
channel().list() returns the channels in the current PulseGrid project.
Setup
Call it from any channel helper object.
Code example
const result = await pulsegrid.channel("demo-channel").list();
console.log(result);
Notes
The list is project-scoped, so this is mainly a convenient helper API shape.