Class UmbValidationMessagesManager
Constructors
Properties
Methods
addMessage
addMessage(type: string, path: string, body: string, key?: string): void Parameters
- type: string
- path: string
- body: string
- key: string = ...
Returns void
addMessages
addMessages(type: string, path: string, bodies: string[]): void Parameters
- type: string
- path: string
- bodies: string[]
Returns void
debug
debug(logName: string): void
debugFiltered
debugFiltered(logName: string): void
getHasAnyMessages
getHasAnyMessages(): boolean
getHasMessageOfPathAndBody
getHasMessageOfPathAndBody(path: string, body: string): boolean
getHasMessagesOfPathAndDescendant
getHasMessagesOfPathAndDescendant(path: string): boolean
getMessagesOfPathAndDescendant
hasMessagesOfPathAndDescendant
hasMessagesOfPathAndDescendant(path: string): Observable<boolean>
messagesOfPathAndDescendant
removeMessageByKey
removeMessageByKey(key: string): void
removeMessageByKeys
removeMessageByKeys(keys: string[]): void
removeMessagesAndDescendantsByPath
removeMessagesAndDescendantsByPath(path: string): void
removeMessagesByPath
removeMessagesByPath(path: string): void
removeMessagesByType
removeMessagesByType(type: string): void
removeMessagesByTypeAndPath
removeMessagesByTypeAndPath(type: string, path: string): void