Skip to content

GridActiveItemChangedEvent is mentioned in the documentation but can't be imported #3431

Closed
@Alos

Description

@Alos

Description

While using vaadin-grid web component 5.7.7 I'm unable to import GridActiveItemChangedEvent as shown here:
https://vaadin.com/docs/latest/ds/components/grid/#single-selection-mode. VSCode is unable to import this from:

import type {GridActiveItemChangedEvent} from '@vaadin/vaadin-grid';

Expected outcome

GridActiveItemChangedEvent is included in '@vaadin/vaadin-grid` and I can import the event to my TS app.

Steps to reproduce

Clear steps describing how to reproduce the issue.

  1. Add vaadin-grid 5.7.7 to a project
  2. Try to import GridActiveItemChangedEvent

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions