Interface FocusChangedEvent<IdType>

Emitted when the focused item changes.

interface FocusChangedEvent<IdType> {
    focusedItemId: undefined | IdType;
}

Type Parameters

  • IdType

Properties

Properties

focusedItemId: undefined | IdType

The id of the focused item or undefined if focus has been removed from the item.

Generated using TypeDoc