Interface PopoverInvokerElement

interface PopoverInvokerElement {
    popoverTargetAction: string;
    popoverTargetElement: Element;
}

Hierarchy (view full)

Properties

popoverTargetAction: string
popoverTargetElement: Element