Class StiEditableItem

Hierarchy

  • StiEditableItem

Index

Constructors

constructor

  • new StiEditableItem(pageIndex: number, position: number, componentName: string, textValue: string): StiEditableItem
  • Parameters

    • pageIndex: number
    • position: number
    • componentName: string
    • textValue: string

    Returns StiEditableItem

Properties

componentName

componentName: string = null

pageIndex

pageIndex: number = -1

position

position: number = -1

textValue

textValue: string = null

Generated using TypeDoc