Interface IStiAppFunction

Provides access to the application function.

Hierarchy

Implemented by

Index

Properties

IAsIs

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

IStiAppCell

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

Methods

getKey

  • getKey(): string
  • Returns unique key to this cell object.

    Returns string

getName

  • getName(): string
  • Returns a name of the function.

    Returns string

    The name of the function.

invoke

  • invoke(arguments: List<any>): any
  • Invokes this function with specified arguments.

    Parameters

    • arguments: List<any>

      The list of arguments.

    Returns any

    The result of the function calling.

setKey

  • setKey(key: string): void
  • Sets unique key to this cell object.

    Parameters

    • key: string

    Returns void

Generated using TypeDoc