Information about the clicked slice.

Constructors

Accessors

Constructors

Accessors

  • get bounds(): IgRect
  • The bounds of the slice.

    Returns IgRect

  • set bounds(v): void
  • Parameters

    • v: IgRect

    Returns void

  • get index(): number
  • The index of the clicked slice.

    Returns number

  • set index(v): void
  • Parameters

    • v: number

    Returns void

  • get item(): any
  • The data item for the clicked slice.

    Returns any

  • set item(v): void
  • Parameters

    • v: any

    Returns void