Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ValueConverterModuleExecutorArguments

Arguments for a value converter function / method.

Hierarchy

Index

Properties

emitGlobal

emitGlobal: function

Emits a global event.

param

The event.

param

The arguments.

Type declaration

    • (event: string | symbol, ...args: any[]): boolean
    • Parameters

      • event: string | symbol
      • Rest ...args: any[]

      Returns boolean

globals

The global variables from the settings.

options

options: any

Options for the script.

properties

properties: string[]

The name of the properties where to write the value to.

require

require: function

Loads a module from the script context.

param

The ID / path to the module.

returns

The loaded module.

Type declaration

    • (id: string): any
    • Parameters

      • id: string

      Returns any

targets

targets: string[]

The name of the targets where to write the value to.

type

type: string

The type from the target settings.

value

value: string

The value to convert.

Generated using TypeDoc