UNPKG

@appsemble/utils

Version:

Utility functions used in Appsemble internally

24 lines (23 loc) 793 B
export const NotificationHookDataDefinition = { type: 'object', description: 'The data used to display the content of the notification.', additionalProperties: true, minProperties: 1, properties: { title: { $ref: '#/components/schemas/RemapperDefinition', description: 'The title of the notification.', }, content: { $ref: '#/components/schemas/RemapperDefinition', description: 'The body of the notification.', }, link: { type: 'string', description: `The URL of the page the user gets redirected to after being clicked. If the URL is relative, it will be relative to the app. `, }, }, }; //# sourceMappingURL=NotificationHookDataDefinition.js.map