Information about the clicked slice.

Hierarchy

Hierarchy

  • IgxFunnelSliceEventArgs

Constructors

Properties

ngAcceptInputType_bounds: string | IgRect
ngAcceptInputType_index: string | number

Accessors

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

    Returns IgRect

  • set bounds(v: IgRect): void
  • Parameters

    Returns void

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

    Returns number

  • set index(v: number): void
  • Parameters

    • v: number

    Returns void

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

    Returns any

  • set item(v: any): void
  • Parameters

    • v: any

    Returns void