feat: canvas UX fixes — scroll, fullscreen, InfoTip tooltips, answer stub system #80
@@ -1,7 +1,7 @@
|
|||||||
import type { CategoryInfo } from './category'
|
import type { CategoryInfo } from './category'
|
||||||
|
|
||||||
// Tree node types
|
// Tree node types
|
||||||
export type NodeType = 'decision' | 'action' | 'solution'
|
export type NodeType = 'decision' | 'action' | 'solution' | 'answer'
|
||||||
|
|
||||||
export interface TreeOption {
|
export interface TreeOption {
|
||||||
id: string
|
id: string
|
||||||
|
|||||||
Reference in New Issue
Block a user