Interface IStiAppVariable

Provides access to the application variable.

Hierarchy

Implemented by

Index

Properties

IStiAppCell

IStiAppCell: Interface<IStiAppCell> = new Stimulsoft.System.Interface<IStiAppCell>("IStiAppCell")

IStiAppDataCell

IStiAppDataCell: Interface<IStiAppDataCell> = new Stimulsoft.System.Interface<IStiAppDataCell>("IStiAppDataCell")

Methods

getCellType

  • getCellType(): Type
  • Returns type of this variable.

    Returns Type

    The variable type.

getName

  • getName(): string

getValue

  • getValue(): any
  • Returns value of this variable.

    Returns any

    The variable value.

Generated using TypeDoc