Skip to content
← Back to Index

OnAssetDeleted

This hook runs after an Asset Actor has been deleted.

Type

filtrera
{
  hook: 'OnAssetDeleted'
  asset: Asset // State of the asset before deletion
}

Effects

messageActor Sends a message to another actor after the asset has been deleted. Responses from the target actor is ignored.
scheduleJob Schedules a job.

© 2024 Hantera AB. All rights reserved.