feat: add ability change column name on the fly (#180)
Co-authored-by: reya <reya@lume.nu>
This commit is contained in:
3
packages/types/index.d.ts
vendored
3
packages/types/index.d.ts
vendored
@@ -102,8 +102,9 @@ export interface LumeColumn {
|
||||
}
|
||||
|
||||
export interface EventColumns {
|
||||
type: "add" | "remove" | "update" | "left" | "right";
|
||||
type: "add" | "remove" | "update" | "left" | "right" | "set_title";
|
||||
label?: string;
|
||||
title?: string;
|
||||
column?: LumeColumn;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user