Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScheduledAction

Hierarchy

Index

Properties

action

entity

Optional environment

environment: undefined | { sys: MetaLinkProps }

Optional error

The Contentful-style error that occurred during execution if sys.status is failed

example

{ sys: { type: 'Error', id: 'InvalidEntry' }, message: 'Entry is invalid', details: { errors: [...] } }

scheduledFor

scheduledFor: { datetime: ISO8601Timestamp; timezone?: undefined | string }

Type declaration

sys

Methods

delete

toPlainObject

update