跳到主要内容

ui/build/kanban/types

ui/build/kanban/types

Interfaces

KanbanColumnProps

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:56

Properties

cardSnippet
cardSnippet: TCardSnippet;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:58

column
column: object;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:57

_id
readonly _id: string;
hasMore?
readonly optional hasMore?: boolean;
isFetchingNextPage?
readonly optional isFetchingNextPage?: boolean;
isLoading?
readonly optional isLoading?: boolean;
items
readonly items: readonly object[];
title
readonly title: string;
totalCount
readonly totalCount: number;

columnHeaderActionSnippet?
optional columnHeaderActionSnippet?: TColumnHeaderActionSnippet;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:67

columnTitleSnippet?
optional columnTitleSnippet?: TColumnTitleSnippet;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:68

dragHandleClass?
optional dragHandleClass?: string;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:66

groupName
groupName: string;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:63

itemHeight
itemHeight: number;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:61

minColumnWidth
minColumnWidth: number;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:62

onCardMove?
optional onCardMove?: (move) => void;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:59

Parameters
Parameter Type Description
move { fromColumnId: string; recordId: string; toColumnId: string; toIndex?: number; } -
move.fromColumnId string -
move.recordId string -
move.toColumnId string -
move.toIndex? number Target index in the destination column (from Sortable newIndex).
Returns

void

onLoadMore
onLoadMore: (columnId, lastVirtualIndex) => Effect<void>;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:60

Parameters
Parameter Type
columnId string
lastVirtualIndex number
Returns

Effect<void>

sortable
sortable: boolean;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:64

sortWithinColumn
sortWithinColumn: boolean;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:65


KanbanProps

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:42

Properties

cardSnippet
cardSnippet: TCardSnippet;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:45

columnHeaderActionSnippet?
optional columnHeaderActionSnippet?: TColumnHeaderActionSnippet;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:53

columnTitleSnippet?
optional columnTitleSnippet?: TColumnTitleSnippet;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:54

dragHandleClass?
optional dragHandleClass?: string;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:52

groupName?
optional groupName?: string;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:49

itemHeight
itemHeight: number;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:47

minColumnWidth?
optional minColumnWidth?: number;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:48

onCardMove?
optional onCardMove?: (move) => void;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:44

Parameters
Parameter Type Description
move { fromColumnId: string; recordId: string; toColumnId: string; toIndex?: number; } -
move.fromColumnId string -
move.recordId string -
move.toColumnId string -
move.toIndex? number Target index in the destination column (from Sortable newIndex).
Returns

void

onLoadMore
onLoadMore: (columnId, lastVirtualIndex) => Effect<void>;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:46

Parameters
Parameter Type
columnId string
lastVirtualIndex number
Returns

Effect<void>

sortable?
optional sortable?: boolean;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:50

sortWithinColumn?
optional sortWithinColumn?: boolean;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:51

value
value: object[];

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:43

_id
readonly _id: string;
hasMore?
readonly optional hasMore?: boolean;
isFetchingNextPage?
readonly optional isFetchingNextPage?: boolean;
isLoading?
readonly optional isLoading?: boolean;
items
readonly items: readonly object[];
title
readonly title: string;
totalCount
readonly totalCount: number;

Type Aliases

TCardSnippet

type TCardSnippet = Snippet<[TKanbanItem & object]>;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:21


TKanbanItem

type TKanbanItem = typeof TKanbanItemSchema.Type;

Defined in: apps/website/.api-docs-entry/ui/build/kanban/types.d.ts:7