Skip to content

ProcedureParameter

@trimblecloudplatform/trimblecloud.processing


@trimblecloudplatform/trimblecloud.processing / ProcedureParameter

Interface: ProcedureParameter

Defined in: src/models/procedures.ts:212

Parameter mappings for the Procedures contained within the Procedure. The identifier of each parameter must be referenced at least once within an Procedure’s parameter sources.

Properties

defaultValue?

optional defaultValue: DefaultType

Defined in: src/models/procedures.ts:220

The default value for the Procedure parameter. If no value is provided by the user then the default value is used instead.


description?

optional description: string

Defined in: src/models/procedures.ts:228

Description for the Procedure parameter


name?

optional name: string

Defined in: src/models/procedures.ts:224

Human readable name for the Procedure parameter.


options?

optional options: object

Defined in: src/models/procedures.ts:238


source?

optional source: string

Defined in: src/models/procedures.ts:232

String parameter.


type?

optional type: string

Defined in: src/models/procedures.ts:216

The type of the Procedure parameter.


value?

optional value: string

Defined in: src/models/procedures.ts:236

String parameter.