Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

action

action: SchedulableActionType

entity

entity: Link<SchedulableEntityType>

Optional environment

environment?: { sys: MetaLinkProps }

Type declaration

Optional error

error?: ScheduledActionFailedError

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: string; timezone?: string }

Type declaration

sys

Methods

delete

toPlainObject

update