Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

ModuleControls

ModuleControls: { Slider1DModel?: ISlider1DModelControls; Slider2DModel?: ISlider2DModelControls; moduleId: string }

Control interfaces of every module. Used for data transmission.

Type declaration

  • Optional Slider1DModel?: ISlider1DModelControls

    Interface of the interactive Slider1DModel Module parts.

  • Optional Slider2DModel?: ISlider2DModelControls

    Interface of the interactive Slider2DModel Module parts.

  • moduleId: string

    Unique Id of the module that was used.

Generated using TypeDoc