Interface IStiAppComponent

Describes the base interface for all components of the app.

Hierarchy

Index

Properties

IAsIs

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

IStiAppCell

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

Methods

getApp

  • Returns reference to the app which contains this component.

    Returns IStiApp

    Reference to the app.

getKey

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

    Returns string

getName

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

    Returns string

    The name of component.

setKey

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

    Parameters

    • key: string

    Returns void

Generated using TypeDoc