Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventScriptFunctionArguments

Arguments for an event script function.

Hierarchy

  • EventScriptFunctionArguments

Index

Properties

data

data: any

The event data.

extension

extension: vscode.ExtensionContext

The current context of the underlying extension.

file

file: string

The path of the underlying board file.

globals

globals: any

The data from the 'globals' setting of the extension.

logger

logger: Logger

The underlying logger.

name

name: string

The name of the event.

Optional options

options: any

Data / options for the execution.

require

require: function

An extended 'require()' function, which can also access the modules of that extension.

Type declaration

    • (id: string): any
    • Parameters

      • id: string

      Returns any

session

session: any

Accesses the global state object, which can share data accross the extension, while the current session.

state

state: any

Accesses the state object, which can share data accross the underlying workspace.

Generated using TypeDoc