Interface IStiAppCell

Describes the base interface for all components.

Hierarchy

Index

Properties

Methods

Properties

IAsIs

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

Methods

as

  • Type parameters

    • T

    Parameters

    Returns T

getKey

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

    Returns string

is

  • Type parameters

    • T

    Parameters

    Returns this

is2

  • is2<T>(type: object | Interface<T>): boolean
  • Type parameters

    • T

    Parameters

    Returns boolean

setKey

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

    Parameters

    • key: string

    Returns void

Generated using TypeDoc