Interface IStiFilterElement

Hierarchy

Index

Properties

IAsIs

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

IStiAppCell

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

IStiConvertibleElement

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

Methods

applyDefaultFilters

  • applyDefaultFilters(): Promise<void>
  • Returns Promise<void>

convertFrom

getKey

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

    Returns string

getParentKey

  • getParentKey(): string
  • Returns string

setKey

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

    Parameters

    • key: string

    Returns void

setParentKey

  • setParentKey(key: string): any
  • Parameters

    • key: string

    Returns any

Generated using TypeDoc