Interface IContextMenuTarget<T>

interface IContextMenuTarget<T> {
    item: T;
    type: string;
}

Type Parameters

  • T = any

Hierarchy (view full)

Properties

Properties

item: T
type: string