map.apps Bundle APIs 4.20.2
    Preparing search index...

    Interface FocusChangedEvent<IdType>

    Emitted when the focused item changes.

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

    Type Parameters

    • IdType
    Index

    Properties

    Properties

    focusedItemId: IdType | undefined

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