Skip to content

Home > @liquidrazor/list-display > GeneralActionContext

GeneralActionContext interface

Signature:

typescript
export interface GeneralActionContext<TRow = any, TRowId = string | number> extends ActionContextBase<TRow, TRowId>

Extends: ActionContextBase<TRow, TRowId>