Interface ILinkContextMenuTarget

interface ILinkContextMenuTarget {
    item: LLink;
    type: "link";
}

Hierarchy (view full)

Properties

Properties

item: LLink
type: "link"