Options
All
  • Public
  • Public/Protected
  • All
Menu

BatchItemModel provides a general purpose, loosely coupled model for individual batch items within a batch.

Hierarchy

  • BatchItemModel

Index

Constructors

constructor

  • Initializes a new instance of the BatchItemModel class.

    Parameters

    • app: Application

      The {@link geocortex.essentialsHtmlViewer.ViewerApplication} that this batch item belongs to.

    • config: BatchItemConfig

      A {@link geocortex.essentialsHtmlViewer.mapping.infrastructure.menus.BatchItemConfig} object to configure this batch item.

    Returns BatchItemModel

Properties

abortBatchOnFailure

abortBatchOnFailure: boolean

Whether or not failure to execute this batch item should prevent subsequent items from executing.

app

The Application that this batch item instance belongs to.

command

command: TypedCommand<any>

The command associated with this batch item.

commandParameter

commandParameter: any

The command parameter (if any) being passed to the command associated with this batch item.