NodeActionBtn: {
    icon: string;
    id: string;
    onClick: ((e: MouseEvent) => void);
    title: string;
}