Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OpenModelOptions

Options for RemoteModel.openModel()

param

Provide setup of result calculators requiring an initString (e.g. expression) that should be available when the model is opened. This will allow you to use this result in the OpenModelCallback passed into openModel(). See createResultCalculator for more info.

Note: this is only needed for calculators that require an init string and not for calculators producing pre-defined results.

param

Internal config flags used for debugging and testing of new features.

Hierarchy

  • OpenModelOptions

Index

Properties

Optional configFlags

configFlags: string

Optional defaultResultCalculatorDefinitions

defaultResultCalculatorDefinitions: ResultCalculatorDefinition[]

Generated using TypeDoc