/** * 具有位置配置功能的选项 */ interface CFPDMPositionOption extends CFPDOption { /** * 选项位置 */ position?: OPTION_POSITION; }