System
Static properties
appUrl string
apiUrl string
Methods
alertInfo
alertInfo(name: string, title: string, message: string, alertOptions?: {
type?: "alert" | "warning" | "error",
name?: string,
title?: string,
code?: any,
property?: string,
propertyValue?: any,
ruleId?: any,
priority?: number,
group?: string,
entityName?: string,
message?: string,
messageError?: string
})