Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobItem

A job item.

Hierarchy

Index

Properties

action

action: string | JobItemAction

The action to invoke.

Optional description

description: string

A description for the job.

Optional if

if: string

The JavaScript code that checks the avaibility.

Optional importValues

importValues: object

Defines a list of properties, which uses (external) values for itself.

Type declaration

Optional name

name: string

A (display) name.

Optional onCreated

onCreated: string

The (JavaScript) code to executed after object has been created.

Optional onDestroyed

onDestroyed: string

The (JavaScript) code to executed after object has been destroyed.

Optional platforms

platforms: string[]

One or more platform names, the object is for.

Optional type

type: string

The type of the job item.

Generated using TypeDoc