import { IPSAppDEView } from './ipsapp-deview'; /** * * 继承父接口类型值[DEHTMLVIEW] * @export * @interface IPSAppDEHtmlView */ export interface IPSAppDEHtmlView extends IPSAppDEView { /** * Html路径 * @type {string} */ htmlUrl: string; /** * 默认加载数据 * @type {boolean} */ loadDefault: boolean; }