Script argument object

Example:

To submit this ProjectConfig:

{
"id" : "9084290-rev-42"
}

WSi4 needs to be called like this:

wsi4.exe --script-arg "{\"type\":\"projectConfig\",\"content\":{\"id\":\"9084290-rev-42\"}}"

Hierarchy

  • ScriptArg

Properties

Properties

content: Partial<ProjectConfigComplete> | Partial<ErpExportConfigComplete>

Content of the arg value

Note: Union-type is defined by type

type: keyof ScriptArgs

Type of the arg value

Generated using TypeDoc