Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileEventItem

An action for a file / folder based event.

Hierarchy

Index

Properties

action

action: EventAction

The action.

Optional exclude

exclude: string[]

One or more glob patterns that describe, what files should be EXCLUDED.

Optional files

files: string[]

One or more glob patterns that describe, what files should be INCLUDED.

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 onCreated

onCreated: string

The (JavaScript) code to executed after object has been created.

Optional onDestroyed

onDestroyed: string

The (JavaScript) code to executed after object has been destroyed.

Optional platforms

platforms: string[]

One or more platform names, the object is for.

Optional type

type: string

The event type.

Generated using TypeDoc