Interface WebAppProperties

interface WebAppProperties {
    appExposedName: string;
    appLabel: string;
    appPath: string;
    contextPath: string;
    instanceId: string;
    modelAndView: string;
    sso: boolean;
    tririgaRoot?: string;
}

Properties

appExposedName: string
appLabel: string
appPath: string
contextPath: string
instanceId: string
modelAndView: string
sso: boolean
tririgaRoot?: string