Skip to main content

SystemNotificationPayload

@codebolt/types


Interface: SystemNotificationPayload

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/eventQueue.ts:95

Payload for system notifications

Properties

PropertyTypeDescriptionDefined in
actionRequired?booleanWhether the agent needs to take actioncommon/types/src/codeboltjstypes/libFunctionTypes/eventQueue.ts:104
actionType?stringAction to take if actionRequired is truecommon/types/src/codeboltjstypes/libFunctionTypes/eventQueue.ts:106
messagestringNotification messagecommon/types/src/codeboltjstypes/libFunctionTypes/eventQueue.ts:102
notificationType"success" | "error" | "info" | "warning"Type of notificationcommon/types/src/codeboltjstypes/libFunctionTypes/eventQueue.ts:98
titlestringNotification titlecommon/types/src/codeboltjstypes/libFunctionTypes/eventQueue.ts:100
type"systemNotification"-common/types/src/codeboltjstypes/libFunctionTypes/eventQueue.ts:96