touchstone.touchstonemetadataargs
Home > @pebula/touchstone > TouchStoneMetadataArgs
TouchStoneMetadataArgs interface
Signature:
export interface TouchStoneMetadataArgs
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
boolean | (Optional) When true, will not run automatically, instead it will wait for manual execution. | ||
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. | ||
'processExit' | 'ignore' | ((err?: Error) => void) | (Optional) The action to when auto run (
processExist |