Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScriptCommandStartupItem

A startup item running a script.

Hierarchy

Index

Properties

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 options

options: any

Options for running the script.

Optional platforms

platforms: string[]

One or more platform names, the object is for.

script

script: string

The path to the script to invoke.

Optional state

state: any

Stores the initial state.

Optional type

type: string

The type.

Generated using TypeDoc