字符串,当前应用类型。
值 | 应用类型 |
---|---|
cms | 内容管理 |
process | 流程管理 |
portal | 门户管理 |
query | 数据中心 |
Example
var title;
if( this.appType === "cms" ){
title = this.documentContext.getDocument().title
}else if( this.appType === "process" ){
title = this.workContext.getWork().title
}