Home Reference Source

Typedef

Static Public Summary
public
public
public
public

Static Public

public Provider: Object source

Properties:

NameTypeAttributeDescription
register ProviderRegisterMethod

The method that gets called when registering the provider.

public ProviderRegisterMethod(app: Jimple): function source

Params:

NameTypeAttributeDescription
app Jimple

A reference to the dependency injection container.

public RunnerFileContents: Object source

Properties:

NameTypeAttributeDescription
runnerVersion string

The version of the plugin that generated the file.

version string

The project version.

diretory string

The project distribution directory.

targets Object

A dictionary with the Targets information.

public Target: Object source

Properties:

NameTypeAttributeDescription
name string

The target name.

path string

The path to the target execution file.

node boolean

Whether the target type is node or not.

options Object

The options to customize the target that will be taken from the projext target runnerOptions setting.

exec string
  • nullable: true

The absolute path to the executable file. This is generated on runtime when the file is loaded, not before.