Skip to content

Home > @liquidrazor/list-display > ActionContextBase > updateRows

ActionContextBase.updateRows property

Primary way for actions to mutate the list.

Signature:

typescript
updateRows: (updater: (current: TRow[]) => TRow[]) => void;