Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a Geocortex Printing 5 print template parameter.

Hierarchy

  • TemplateParameter

Index

Properties

Optional containsMultipleValues

containsMultipleValues: boolean

Whether the parameter contains multiple values.

Optional containsSingleValue

containsSingleValue: boolean

Whether the parameter contains a single parameter.

Optional description

description: string

A description of the parameter.

name

name: string

The name of parameter.

purpose

purpose: string

The purpose of the parameter.

Optional value

value: any

The value of the parameter when containsSingleValue is true.

Optional valueType

valueType: string

The type of the parameter (eg. string, number, etc.).

Optional values

values: any[]

The values of the parameter when containsMultipleValues is true.

visible

visible: boolean

The visibility of the parameter.