ActiveItemInfo

Interface ActiveItemInfo

Holds informations about the currently active item.

interface ActiveItemInfo {
    id: number;
    type: ActiveItemType;
}

Properties

Properties

id: number

The ID of the active item.

The type of the active item.




Was this page helpful? Please leave a thumbs up or down.