Skip to main content

touchstone.touchstonemetadataargs

Home > @pebula/touchstone > TouchStoneMetadataArgs

TouchStoneMetadataArgs interface

Signature:

export interface TouchStoneMetadataArgs 

Properties

Property

Modifiers

Type

Description

manualRun?

boolean

(Optional) When true, will not run automatically, instead it will wait for manual execution.

name?

string

(Optional) The name of the touchstone configuration. This is not mandatory, if not set the class name is used.

You can ues this value to filter configurations.

onAutoRunEnd?

'processExit' | 'ignore' | ((err?: Error) => void)

(Optional) The action to when auto run (manualRun is not true) has finished.

  • processExit: Exist the process - ignore: Do nothing - Function: Invoke a handler function

processExist