import { IPSAppDEExplorerView } from './ipsapp-deexplorer-view'; /** * * 子接口类型识别属性[] * @export * @interface IPSAppDESideBarExplorerView */ export interface IPSAppDESideBarExplorerView extends IPSAppDEExplorerView { /** * 导航边栏位置 * @description 值模式 [导航栏位置] {LEFT:左侧(默认)、 TOP:上方 } * @type {( string | 'LEFT' | 'TOP')} */ sideBarLayout: string | 'LEFT' | 'TOP'; }