Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScriptValueItem

A value using a script.

Hierarchy

Index

Properties

Optional if

if: string

The JavaScript code that checks the avaibility.

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 value type.

Generated using TypeDoc