AppConfig
Properties
activeEnv
activeEnv: string;
appId
appId: string;
brand?
optional brand?: string;
env
env: {
[key: string]: Env;
};
Index Signature
[key: string]: Env
serviceEndpoints
serviceEndpoints: ServiceEndpoints;
sessionTimeoutInterval?
optional sessionTimeoutInterval?: string;
sessionTimeoutWarnInterval?
optional sessionTimeoutWarnInterval?: string;
useParentHistory?
optional useParentHistory?: boolean;
Whether to use the parent history for navigation. If true, the app will use the history from the parent window. If false, it will use its own history. Defaults to true.