Interface: BoardNode
features/boards/board.BoardNode
An object representing a node on the board.
Properties
id
• id: number
Defined in
profectus/src/features/boards/board.ts:52
pinned
• Optional
pinned: boolean
Defined in
profectus/src/features/boards/board.ts:59
position
• position: Object
Type declaration
Name | Type |
---|---|
x | number |
y | number |
Defined in
profectus/src/features/boards/board.ts:53
state
• Optional
state: State
Defined in
profectus/src/features/boards/board.ts:58
type
• type: string