/** * 图片选择题选项 */ interface CFPDSelectImageOption extends CFPDOption, CFPDMPositionOption { /** * 关联图片信息 */ image: CFPDNodeImage; }