|
|
@ -3,9 +3,9 @@ import { CacheGetType, CacheScope, MetaTable } from '../utils/globals'; |
|
|
|
import View from './View'; |
|
|
|
import View from './View'; |
|
|
|
import NocoCache from '../cache/NocoCache'; |
|
|
|
import NocoCache from '../cache/NocoCache'; |
|
|
|
import { extractProps } from '../meta/helpers/extractProps'; |
|
|
|
import { extractProps } from '../meta/helpers/extractProps'; |
|
|
|
import { BoolType } from 'nocodb-sdk'; |
|
|
|
import { BoolType, KanbanColumnType } from 'nocodb-sdk'; |
|
|
|
|
|
|
|
|
|
|
|
export default class KanbanViewColumn { |
|
|
|
export default class KanbanViewColumn implements KanbanColumnType { |
|
|
|
id: string; |
|
|
|
id: string; |
|
|
|
title?: string; |
|
|
|
title?: string; |
|
|
|
show?: BoolType; |
|
|
|
show?: BoolType; |
|
|
|