/** * 节点中的使用到的图标数据概要 */ interface CFPDNodeIcon { /** * 原始图标名 */ originName?: string; /** * 路径 */ path?: string; }